diff --git a/extra/btop/.SRCINFO b/extra/btop/.SRCINFO
index 4234513ea..2cc21ebaa 100644
--- a/extra/btop/.SRCINFO
+++ b/extra/btop/.SRCINFO
@@ -1,10 +1,11 @@
 pkgbase = btop
 	pkgdesc = A monitor of system resources, bpytop ported to C++
 	pkgver = 1.4.0
-	pkgrel = 1
+	pkgrel = 3
 	url = https://github.com/aristocratos/btop
 	arch = x86_64
-	license = Apache
+	license = Apache-2.0
+	makedepends = lowdown
 	makedepends = rocm-smi-lib
 	depends = gcc-libs
 	depends = glibc
diff --git a/extra/btop/PKGBUILD b/extra/btop/PKGBUILD
index e1662f438..2d547077c 100644
--- a/extra/btop/PKGBUILD
+++ b/extra/btop/PKGBUILD
@@ -6,13 +6,14 @@
 
 pkgname=btop
 pkgver=1.4.0
-pkgrel=1
+pkgrel=3
 pkgdesc='A monitor of system resources, bpytop ported to C++'
 arch=(x86_64)
 url="https://github.com/aristocratos/$pkgname"
-license=(Apache)
+license=(Apache-2.0)
 depends=(gcc-libs
          glibc)
+makedepends=(lowdown)
 optdepends=('rocm-smi-lib: AMD GPU support')
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")