diff options
Diffstat (limited to 'libre')
-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() { |