diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-10 01:23:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-10 01:23:49 -0400 |
commit | 2eda5035509dcaf4ef838bfce4d790927b1a2e48 (patch) | |
tree | e45a18a6616a96fa73121f647f59b54f26578221 /libre/libretools | |
parent | 5fa916606adeccf3bfba88ffdf8c7704c6ba70d0 (diff) |
update libre/libretools
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 7 |
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" |