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

Dave Reisner dreisner at archlinux.org
Sat Jan 30 01:04:49 UTC 2016


    Date: Saturday, January 30, 2016 @ 02:04:49
  Author: dreisner
Revision: 258693

upgpkg: expac 5-1

- rebuild against libalpm.so.9

Modified:
  expac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-30 00:41:44 UTC (rev 258692)
+++ PKGBUILD	2016-01-30 01:04:49 UTC (rev 258693)
@@ -2,8 +2,8 @@
 # Maintainer: Dave Reisner <d at falconindy.com>
 
 pkgname=expac
-pkgver=4
-pkgrel=3
+pkgver=5
+pkgrel=1
 pkgdesc="pacman database extraction utility"
 arch=('i686' 'x86_64')
 url="http://github.com/falconindy/expac"
@@ -10,18 +10,14 @@
 license=('GPL')
 depends=('pacman')
 makedepends=('perl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-        '0001-fix-target-processing.patch')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('5104ad808155e8d2d381d9282caf7bae'
-         'SKIP'
-         '80433a259a4f5996520f42217b1896b8')
+md5sums=('6608b72dba8218fc4078dfdfa11eb9ef'
+         'SKIP')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
-  patch -Np1 <../0001-fix-target-processing.patch
-
   sed '/\*\//q' expac.c >LICENSE
 }
 



More information about the arch-commits mailing list