summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/libretools/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index b7f432d71..0cb4a1dfe 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -9,9 +9,9 @@ pkgdesc="Programs for Parabola development"
url="https://projects.parabola.nu/packages/libretools.git/"
license=('GPL3' 'GPL2')
-pkgver=20160418
+pkgver=20160510
source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('449752708f874704a4a06ad979b0f0dd')
+md5sums=('ecc088bbf00e9a3284aa7930b129323e')
pkgrel=1
arch=('any')
@@ -91,6 +91,9 @@ package_libretools() {
#subversion # `diff-unfree` # ignore because of xbs
wget # `aur`, optdepend for librelib:`blacklist`
)
+ optdepends=(
+ 'binfmt-qemu-static: To build ARM packages from x86'
+ )
cd "$srcdir/$pkgbase-$pkgver"
make install-libretools DESTDIR="$pkgdir"