Date: Tuesday, April 2, 2013 @ 02:06:04
  Author: dreisner
Revision: 87501

upgpkg: expac 2-1

Modified:
  expac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-01 23:51:32 UTC (rev 87500)
+++ PKGBUILD    2013-04-02 00:06:04 UTC (rev 87501)
@@ -2,16 +2,17 @@
 # Maintainer: Dave Reisner <d...@falconindy.com>
 
 pkgname=expac
-pkgver=1
-pkgrel=2
+pkgver=2
+pkgrel=1
 pkgdesc="pacman database extraction utility"
 arch=('i686' 'x86_64')
 url="http://github.com/falconindy/expac";
 license=('GPL')
 depends=('pacman')
 makedepends=('perl')
-source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('be8348f18e6af9db250437b14a91e443')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('41a65f51009e44689bd5320f5c3aa7d4'
+         'SKIP')
 
 build() {
   make -C "$pkgname-$pkgver"

Reply via email to