summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 17:32:30 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 17:32:59 -0400
commitdd430064f2221927fd8a6d97fc1ac4cf575fea9e (patch)
treefd53e7301b0caddd9aa290e89778c5b3f6062c91 /libre/libretools
parentc19c5d3d4f0538a64bf83337666c185e8757e14c (diff)
downloadabslibre-dd430064f2221927fd8a6d97fc1ac4cf575fea9e.tar.gz
abslibre-dd430064f2221927fd8a6d97fc1ac4cf575fea9e.tar.bz2
abslibre-dd430064f2221927fd8a6d97fc1ac4cf575fea9e.zip
Update libre/libretools
Diffstat (limited to 'libre/libretools')
-rw-r--r--libre/libretools/PKGBUILD4
-rw-r--r--libre/libretools/libretools.install4
2 files changed, 6 insertions, 2 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 34fdfcdc9..9a65e6375 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=20160511
+pkgver=20160609
source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('fe128fa7df8599814c12d541903c842c')
+md5sums=('e98cae9a82c741d5b6c8456903f5ad7b')
pkgrel=1
arch=('any')
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index 06be95f24..260b8587a 100644
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -8,6 +8,10 @@ post_install() {
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
+ if [[ "$(vercmp 20160609 "$2")" -eq 1 ]]; then
+ echo ":: To keep using old chroots, you may need to manually run"
+ echo " systemd-machine-id-setup --root=/path/to/chroot"
+ fi
librefetch-install install etc/makepkg.conf
}