mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/cower to 18-1 (#1591)
This commit is contained in:
parent
1293d984dd
commit
1c2b91fec6
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=17
|
pkgver=18
|
||||||
pkgrel=2
|
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"
|
||||||
|
@ -11,7 +11,7 @@ depends=('curl' 'pacman' 'yajl')
|
||||||
makedepends=('perl')
|
makedepends=('perl')
|
||||||
source=("https://pkgbuild.com/~dreisner/sources/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
source=("https://pkgbuild.com/~dreisner/sources/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||||
validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
|
validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
|
||||||
md5sums=('263c216e6643751b6c96eebfdd70c359'
|
md5sums=('ce5993a79d7e1cc33016e06e32af03e7'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue