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

Alexander Rødseth arodseth at archlinux.org
Fri Jan 20 23:42:45 UTC 2017


    Date: Friday, January 20, 2017 @ 23:42:45
  Author: arodseth
Revision: 208167

upgpkg: elfkickers 3.1-1

Modified:
  elfkickers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-20 23:09:35 UTC (rev 208166)
+++ PKGBUILD	2017-01-20 23:42:45 UTC (rev 208167)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Mikko Sysikaski <mikko.sysikaski at gmail.com>
 
 pkgname=elfkickers
-pkgver=3.0a
+pkgver=3.1
 pkgrel=1
 pkgdesc='Collection of ELF utilities (includes sstrip)'
 arch=('x86_64' 'i686')
@@ -10,16 +10,15 @@
 license=('GPL')
 source=("http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz")
 url='http://www.muppetlabs.com/~breadbox/software/elfkickers.html'
-sha256sums=('c3429957142169c21ff550e0c06bbb0d48bb76437c4ccbc67164bf56b6e9774f')
+sha256sums=('6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58')
 
 build() {
-  make -j1 -C "ELFkickers-$pkgver"
+  make -C "ELFkickers-$pkgver" -j1
 }
 
 package() {
-  install -d "$pkgdir/usr/bin"
-  install -d "$pkgdir/usr/share/man/man1"
-  make -j1 -C "ELFkickers-$pkgver" prefix="$pkgdir/usr" install
+  install -d "$pkgdir/usr/"{bin,share/man/man1}
+  make -C "ELFkickers-$pkgver" prefix="$pkgdir/usr" install -j1
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list