summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2022-01-19 12:05:17 +0000
committerVladimir Panteleev2022-01-19 12:05:17 +0000
commite7c1f7801944ccd329aedc75c4b7bb4c18bf4cca (patch)
treeca90e9e41dbdec1e04ae675e70d87836b7cc24a9
parent3116498a5edde0e8bf7da1eca25b667d2d6f5817 (diff)
downloadaur-e7c1f7801944ccd329aedc75c4b7bb4c18bf4cca.tar.gz
Add dependency on d-runtime
If btdu is built with a compiler which links the D runtime dynamically, such as ldc, the resulting binary will have a dependency on the runtime.
-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