summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20a80da604c4..0be9884bc63b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = button
license = MIT
makedepends = dmd
makedepends = dub
- depends = sqlite
- optdepends = strace: For automatic dependency detection (highly recommended)
- optdepends = button-lua: For writing build descriptions in Lua (highly recommended)
+ depends = sqlite,
+ depends = strace,
+ depends = button-lua
source = https://github.com/jasonwhite/button/archive/v0.0.1/button-0.0.1.tar.gz
md5sums = 8b01fddfe4a319d9ed62898d406fcb62
diff --git a/PKGBUILD b/PKGBUILD
index e08ec70a3033..ef0d74649fbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,7 @@ pkgdesc="A fast, correct, and robust build system"
arch=('i686' 'x86_64')
url="https://github.com/jasonwhite/$pkgname"
license=('MIT')
-depends=('sqlite')
-optdepends=('strace: For automatic dependency detection (highly recommended)'
- 'button-lua: For writing build descriptions in Lua (highly recommended)')
+depends=('sqlite', 'strace', 'button-lua')
makedepends=('dmd' 'dub')
source=("https://github.com/jasonwhite/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('8b01fddfe4a319d9ed62898d406fcb62')