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

Daniel Micay thestinger at nymeria.archlinux.org
Sat Jun 28 06:09:13 UTC 2014


    Date: Saturday, June 28, 2014 @ 08:09:13
  Author: thestinger
Revision: 113693

upgpkg: paxd 11-1

Modified:
  paxd/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-28 02:38:09 UTC (rev 113692)
+++ PKGBUILD	2014-06-28 06:09:13 UTC (rev 113693)
@@ -7,21 +7,20 @@
 url='https://github.com/thestinger/paxd/'
 license=(MIT)
 depends=(glibc)
-makedepends=(git)
-source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
-md5sums=('SKIP'
-         'a40677d2cd39ada4c2560927c67e0ea2')
+source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 10-enable-pax.conf)
+sha1sums=('d863b61ebc81e22d5ceaacfc7ca5b5dc91248546'
+          '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make CC=gcc
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
   make PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../10-enable-pax.conf "$pkgdir/etc/sysctl.d/10-enable-pax.conf"
+  install -Dm644 ../10-enable-pax.conf "$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
 }




More information about the arch-commits mailing list