summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner2017-04-24 09:29:28 -0400
committerDave Reisner2017-04-24 09:29:28 -0400
commit6d56a7328ce99e0ee09da046b06a725042948f71 (patch)
treee656998d252a3780f57c06a3c9596f1884f1a6e1 /PKGBUILD
parent99d1273aea93ce1270a4f91e0ef0b717b437b794 (diff)
downloadaur-6d56a7328ce99e0ee09da046b06a725042948f71.tar.gz
bump to v17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a020b9275d9..bd7ca459e073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=cower
-pkgver=16
+pkgver=17
pkgrel=1
pkgdesc="A simple AUR agent with a pretentious name"
arch=('i686' 'x86_64')
url="http://github.com/falconindy/cower"
license=('MIT')
-depends=('curl' 'openssl' 'pacman' 'yajl')
+depends=('curl' 'pacman' 'yajl')
makedepends=('perl')
source=("https://pkgbuild.com/~dreisner/sources/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
-md5sums=('f141e441b7775df3d3a1ba3a80bc3d1d'
+md5sums=('263c216e6643751b6c96eebfdd70c359'
'SKIP')
build() {