diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-11 20:03:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-11 20:04:22 -0400 |
commit | 58a6d0485d830072e4ad4be0dc72e6a10e2c954c (patch) | |
tree | ab3ae979e900e15b3388318fc8b723e5845220a4 /libre/libretools | |
parent | 37601e13536a31fb00795ec031dc829d071d1a9a (diff) | |
download | abslibre-58a6d0485d830072e4ad4be0dc72e6a10e2c954c.tar.gz abslibre-58a6d0485d830072e4ad4be0dc72e6a10e2c954c.tar.bz2 abslibre-58a6d0485d830072e4ad4be0dc72e6a10e2c954c.zip |
Update libre/libretools
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 0cb4a1dfe..34fdfcdc9 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,13 +9,13 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20160510 +pkgver=20160511 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('ecc088bbf00e9a3284aa7930b129323e') +md5sums=('fe128fa7df8599814c12d541903c842c') pkgrel=1 arch=('any') -makedepends=(emacs ruby-ronn) # emacs --batch is used during the build to process text +makedepends=('emacs>=24.4' ruby-ronn) # emacs --batch is used during the build to process text checkdepends=(sh-roundup git) build() { |