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

Antonio Rojas arojas at archlinux.org
Thu Jan 18 17:24:37 UTC 2018


    Date: Thursday, January 18, 2018 @ 17:24:36
  Author: arojas
Revision: 315093

Update to 2.12

Modified:
  libsigsegv/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-18 17:23:21 UTC (rev 315092)
+++ PKGBUILD	2018-01-18 17:24:36 UTC (rev 315093)
@@ -3,7 +3,7 @@
 # Contributor: Johannes Weiner <hannes at saeurebad.de>
 
 pkgname=libsigsegv
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 arch=('x86_64')
 pkgdesc="Page fault detection library"
@@ -11,15 +11,15 @@
 license=('GPL2')
 depends=('glibc')
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('186dea8ae788395476bd7cbaf38c17ebe82e1777')
+sha1sums=('df167811328b050d2b746bec3d88423edc5a8cbf')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-shared
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list