mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
commit
5b6794ec9a
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Maintainer: Dave Reisner <d@falconindy.com>
|
# Maintainer: Dave Reisner <d@falconindy.com>
|
||||||
|
|
||||||
pkgname=cower
|
pkgname=cower
|
||||||
pkgver=9
|
pkgver=10
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('curl' 'yajl' 'pacman')
|
depends=('curl' 'yajl' 'pacman')
|
||||||
makedepends=('perl')
|
makedepends=('bash-completion' '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=('9c56023b7b50d6eb964d602924f54e9a'
|
md5sums=('12e2410ea8dc6b3c0b289c6fed16c76f'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue