From 7cb79d516f6b28613623209facce760d596ca0e4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 6 Jan 2014 00:35:18 -0500 Subject: update libre/libretools --- libre/libretools/PKGBUILD | 6 +++--- libre/libretools/libretools.install | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'libre') diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index c319a4eac..7daf4c071 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,8 +9,8 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20140106 -_libretools_commit=7f3842777aeed4bd7b7ec28ef59c56c489a0831f +pkgver=20140106.1 +_libretools_commit=39b13f63d0fd89bfa3cae1feb8744fb100eb5651 _devtools_commit=534d2015b45e013b37e1edbb997bd4df27d7b8fd _packages_url=https://projects.parabolagnulinux.org/packages @@ -87,5 +87,5 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('bd24a08620fb8dfd298e926250fa28b0' +md5sums=('246274cf5974d6adee536edbdb2447c0' 'ec69dffa68829f063224de19bbd55fa9') diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index a364b4516..a451add36 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -28,7 +28,6 @@ rep_line() { fi } - # arg 1: the new package version post_install() { if grep -q 'librefetch' etc/makepkg.conf; then @@ -47,7 +46,7 @@ post_install() { add_line "$_add_code" fi } - + ## arg 1: the new package version ## arg 2: the old package version post_upgrade() { @@ -57,7 +56,7 @@ post_upgrade() { pre_remove() { libremessages msg2 "libretools: removing librefetch from /etc/makepkg.conf" - rep_line "$(printf "$_edit_cmnt" "$_edit_code")" "$_edit_code" + rep_line "$(printf "$_edit_cmnt" "$_edit_code")" "$_edit_code" del_line "$_add_cmnt" del_line "$_add_code" -- cgit v1.2.3-2-g168b