diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-05 10:13:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-05 10:13:26 -0300 |
commit | d333dde0a4d6295e9530ab8e988efa1d654e8716 (patch) | |
tree | d48731194cdad2fb424ac33b6162669321a504b2 /extra/burp | |
parent | 7d1ef93386fa989f029f02c870375cd8de31129d (diff) | |
parent | c973e7aa43bb6c3bb4e25503eea40ddee63fcefd (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/blobby2/PKGBUILD
community/gtk2hs-buildtools/PKGBUILD
extra/qt/PKGBUILD
Diffstat (limited to 'extra/burp')
-rw-r--r-- | extra/burp/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/burp/PKGBUILD b/extra/burp/PKGBUILD index e8e1954b6..17caf175e 100644 --- a/extra/burp/PKGBUILD +++ b/extra/burp/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162259 2012-06-24 15:44:41Z dreisner $ +# $Id: PKGBUILD 170189 2012-11-04 15:22:01Z dreisner $ # Maintainer: Dave Reisner <d@falconindy.com> pkgname=burp -pkgver=1.6.9 +pkgver=2 pkgrel=1 pkgdesc="A simple AUR uploader" arch=('i686' 'x86_64' 'mips64el') @@ -10,8 +10,9 @@ url="http://github.com/falconindy/burp" license=('GPL') depends=('glibc' 'curl') makedepends=('perl') -source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('3ae883cf6283e860f613668619b8d3ce') +source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('390436816f38d43b3ffb1079add4fa8e' + '2b16c8187c299d249446b251fe762aed') build() { make -C "$pkgname-$pkgver" |