mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/cower to 12-1
This commit is contained in:
parent
b4145fbf24
commit
8089f79314
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Dave Reisner <d@falconindy.com>
|
# Maintainer: Dave Reisner <d@falconindy.com>
|
||||||
|
|
||||||
pkgname=cower
|
pkgname=cower
|
||||||
pkgver=11
|
pkgver=12
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="A simple AUR agent with a pretentious name"
|
pkgdesc="A simple AUR agent with a pretentious name"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://github.com/falconindy/cower"
|
url="http://github.com/falconindy/cower"
|
||||||
|
@ -10,7 +10,7 @@ license=('MIT')
|
||||||
depends=('curl' 'openssl' 'pacman' 'yajl')
|
depends=('curl' 'openssl' 'pacman' 'yajl')
|
||||||
makedepends=('perl')
|
makedepends=('perl')
|
||||||
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||||
md5sums=('7e2f3c5a8bc258ee129098aca5bfda9e'
|
md5sums=('e13a22c4e2595a95cf10fa4370fb0eee'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue