[arch-commits] Commit in chrpath/trunk (PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Mar 5 11:39:25 UTC 2014
Date: Wednesday, March 5, 2014 @ 12:39:25
Author: spupykin
Revision: 106514
upgpkg: chrpath 0.16-1
upd
Modified:
chrpath/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-05 10:10:15 UTC (rev 106513)
+++ PKGBUILD 2014-03-05 11:39:25 UTC (rev 106514)
@@ -3,23 +3,23 @@
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
pkgname=chrpath
-pkgver=0.13
-pkgrel=4
+pkgver=0.16
+pkgrel=1
pkgdesc="Change or delete the rpath or runpath in ELF files"
arch=('i686' 'x86_64')
url="http://directory.fsf.org/project/chrpath/"
license=('GPL2')
depends=('glibc')
-source=("http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b73072a8fbba277558c50364b65bb407')
+source=("https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$pkgver.tar.gz")
+md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
prepare() {
cd "${srcdir}"/$pkgname-$pkgver
- rm -f config.guess
- aclocal
- libtoolize
- automake --add-missing
- autoconf
+# rm -f config.guess
+# aclocal
+# libtoolize
+# automake --add-missing
+# autoconf
}
build() {
More information about the arch-commits
mailing list