summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef499efd2f91..4eb4e2fccfbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = btdu
pkgdesc = sampling disk usage profiler for btrfs
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CyberShadow/btdu
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = btdu
makedepends = dub
makedepends = dtools
depends = ncurses
+ depends = d-runtime
source = btdu-0.3.0.tar.gz::https://github.com/CyberShadow/btdu/archive/v0.3.0.tar.gz
source = ae-0.0.3100.tar.gz::https://github.com/CyberShadow/ae/archive/v0.0.3100.tar.gz
source = d-btrfs-0.0.12.tar.gz::https://github.com/CyberShadow/d-btrfs/archive/v0.0.12.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a47798c222f8..bf4bc30552c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=btdu
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='sampling disk usage profiler for btrfs'
arch=('i686' 'x86_64')
url='https://github.com/CyberShadow/btdu'
license=('GPL2')
-depends=('ncurses')
+depends=('ncurses' 'd-runtime')
makedepends=('d-compiler' 'dub' 'dtools')
# these should match dub.selections.json