summaryrefslogtreecommitdiff
path: root/libre/libretools/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-05 22:12:04 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-05 22:12:04 -0400
commit6b4f7790f53128f907247c223785c616ff628605 (patch)
treef577a1d109dece944baba67c102cc2b0027db0e9 /libre/libretools/PKGBUILD
parent9fa8dd3b875c853eb9432be189372243f33e7792 (diff)
downloadabslibre-6b4f7790f53128f907247c223785c616ff628605.tar.gz
abslibre-6b4f7790f53128f907247c223785c616ff628605.tar.bz2
abslibre-6b4f7790f53128f907247c223785c616ff628605.zip
libre/libretools: update
Diffstat (limited to 'libre/libretools/PKGBUILD')
-rw-r--r--libre/libretools/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 53053197f..672641d63 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -6,17 +6,17 @@
pkgbase=libretools
pkgname=(libretools librelib gitget xbs)
pkgdesc="Programs for Parabola development"
-url="https://projects.parabola.nu/packages/libretools.git/"
+url="https://git.parabola.nu/packages/libretools.git/"
license=('GPL3' 'GPL2')
-pkgver=20170117
+pkgver=20170505
source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('123d336ec6ffa7c8e536efd49f1dd72b')
+sha256sums=('f95b1150cd1494decfaa345d7f941a313a4e13a76ca31099a64e2c747d6717e5')
pkgrel=1
arch=('any')
-makedepends=('emacs>=24.4' ruby-ronn) # emacs --batch is used during the build to process text
-checkdepends=(sh-roundup git)
+makedepends=(ruby-ronn)
+checkdepends=(sh-roundup git expac tokyocabinet)
build() {
cd "$srcdir/$pkgbase-$pkgver"
@@ -72,6 +72,7 @@ package_xbs() {
package_libretools() {
backup=(etc/libretools.conf
etc/libretools.d/chroot.conf
+ etc/libretools.d/libredbdiff.conf
etc/libretools.d/librefetch.conf)
install=libretools.install
conflicts=(devtools libretools-mips64el)
@@ -82,6 +83,7 @@ package_libretools() {
"xbs=$pkgver" # `createworkdir`, `librestage`
'pacman>=5.0.1-2.parabola4' 'pacman<5.1'
arch-install-scripts # `mkarchroot` uses `pacstrap`
+ expac # `libredbdiff`
make # `librefetch`
openssh # `librerelease`
rsync # `librerelease` and `makechrootpkg.sh`