[arch-commits] Commit in prelink/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon May 26 14:42:34 UTC 2014


    Date: Monday, May 26, 2014 @ 16:42:34
  Author: arodseth
Revision: 111907

upgpkg: prelink 20130503-2

Modified:
  prelink/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-26 14:42:05 UTC (rev 111906)
+++ PKGBUILD	2014-05-26 14:42:34 UTC (rev 111907)
@@ -6,7 +6,7 @@
 
 pkgname=prelink
 pkgver=20130503
-pkgrel=3
+pkgrel=2
 pkgdesc='ELF prelinking utility to speed up dynamic linking'
 arch=('x86_64' 'i686')
 url='http://people.redhat.com/jakub/prelink/'
@@ -13,17 +13,12 @@
 license=('GPL')
 depends=('elfutils')
 makedepends=('elfutils' 'libtool')
-backup=('etc/prelink.conf')
 source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('4cab1571718a9b25665bd025069a02c7')
+sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0')
 
 build() {
   cd "$pkgname"
 
-  #export CC=clang
-  #autoreconf && true
-  #automake --add-missing
-  #autoreconf
   ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin --disable-static --with-gnu-ld
   make
 }




More information about the arch-commits mailing list