mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/cower to 11-1
This commit is contained in:
parent
281419a22e
commit
4abd4a0096
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: Dave Reisner <d@falconindy.com>
|
||||
|
||||
pkgname=cower
|
||||
pkgver=10
|
||||
pkgrel=2
|
||||
pkgver=11
|
||||
pkgrel=1
|
||||
pkgdesc="A simple AUR agent with a pretentious name"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('any')
|
||||
url="http://github.com/falconindy/cower"
|
||||
license=('MIT')
|
||||
depends=('curl' 'yajl' 'pacman')
|
||||
makedepends=('bash-completion' 'perl')
|
||||
makedepends=('perl')
|
||||
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||
md5sums=('12e2410ea8dc6b3c0b289c6fed16c76f'
|
||||
md5sums=('7e2f3c5a8bc258ee129098aca5bfda9e'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue