diff options
author | Brian Bidulock | 2021-05-23 01:26:33 -0600 |
---|---|---|
committer | Brian Bidulock | 2021-05-23 01:26:33 -0600 |
commit | 74b572088437211906612893a66bae7707a406d6 (patch) | |
tree | a597109aa723f9941a11b932eb8de1e4fb96fecf | |
parent | 7cadc2aba9b43f1c67431023c681b399532ff632 (diff) | |
download | aur-74b572088437211906612893a66bae7707a406d6.tar.gz |
uppkg
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -1,14 +1,15 @@ pkgbase = pacana pkgdesc = Pacman repository analysis tool - pkgver = 0.11 + pkgver = 0.12 pkgrel = 1 url = https://github.com/bbidulock/pacana arch = i686 arch = x86_64 license = GPL depends = pacman - source = https://github.com/bbidulock/pacana/releases/download/0.11/pacana-0.11.tar.lz - md5sums = 636f716d53bfba14f4fda4e40f13d5e7 + depends = json-c + source = https://github.com/bbidulock/pacana/releases/download/0.12/pacana-0.12.tar.lz + md5sums = 96e662e66d0f35efcc6ca99174e0b4e2 pkgname = pacana @@ -1,15 +1,15 @@ # Maintainer: Brian Bidulock <bidulock@openss7.org> pkgname=pacana -pkgver=0.11 +pkgver=0.12 pkgrel=1 pkgdesc="Pacman repository analysis tool" arch=('i686' 'x86_64') url="https://github.com/bbidulock/pacana" license=('GPL') -depends=('pacman') +depends=('pacman' 'json-c') source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.lz") -md5sums=('636f716d53bfba14f4fda4e40f13d5e7') +md5sums=('96e662e66d0f35efcc6ca99174e0b4e2') build() { cd $pkgname-$pkgver |