summaryrefslogtreecommitdiff
path: root/libre/libretools/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-06 00:53:37 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-06 00:53:37 -0400
commitd749f8dcc11a28345167be3b6f7ea6373de81b32 (patch)
tree566cbc338c027ae6ec64cc25aa066f1fc6c1ade0 /libre/libretools/PKGBUILD
parent672cc3e20840f7cc8d60f5ee9c0f7b24b6fe6c7d (diff)
libre/libretools: Add deps on needed base-devel packages
This matters because it now builds the source package outside of the chroot.
Diffstat (limited to 'libre/libretools/PKGBUILD')
-rw-r--r--libre/libretools/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 1ae509051..35e0c814b 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('3719e8f657cbaef9bbaf44a714c1524248c64dc0ce9c1621151f01250c694916'
'SKIP')
validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker
-pkgrel=2
+pkgrel=3
arch=('any')
makedepends=(ruby-ronn)
checkdepends=(
@@ -75,7 +75,9 @@ package_libretools() {
"librelib=$pkgver"
'pacman>=5.1' 'pacman<5.2'
arch-install-scripts # `mkarchroot` uses `pacstrap`
+ binutils # `libremakepkg` uses `makepkg` uses `strip`
expac # `libredbdiff`
+ fakeroot # `libremakepkg` uses `makepkg` uses `fakeroot`
make # `librefetch`
openssh # `librerelease`
rsync # `librerelease` and `makechrootpkg.sh`