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