mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
cower-8-1 -> cower-9-1
This commit is contained in:
parent
fc40fc4ce1
commit
cf7817a894
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Dave Reisner <d@falconindy.com>
|
||||
|
||||
pkgname=cower
|
||||
pkgver=8
|
||||
pkgver=9
|
||||
pkgrel=1
|
||||
pkgdesc="A simple AUR agent with a pretentious name"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -10,8 +10,8 @@ license=('MIT')
|
|||
depends=('curl' 'yajl' 'pacman')
|
||||
makedepends=('perl')
|
||||
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||
md5sums=('fd64ed93a636a2766c09935c8dd9c355'
|
||||
'acf83ef06997aa4c1dc276e24a51dff6')
|
||||
md5sums=('9c56023b7b50d6eb964d602924f54e9a'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
make -C "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue