summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBennett Piater2017-04-15 16:32:16 +0200
committerBennett Piater2017-04-15 16:32:16 +0200
commitc369f400e503d442044b92958e720ac2e9b5d7e4 (patch)
tree158b99c8f7edc015f21461edc82fafd0245df444 /PKGBUILD
parent73fec83dfb36889feab7464db20ce2eb38ce334c (diff)
downloadaur-c369f400e503d442044b92958e720ac2e9b5d7e4.tar.gz
upgpkg: aursec 0.10.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba48e7ee2fa5..652b01943dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(aursec aursec-tui)
pkgver=0.10.1
-pkgrel=1
+pkgrel=2
pkgdesc='Verify AUR package sources against hashes stored in a blockchain.'
arch=(any)
url="https://github.com/clawoflight/$pkgname"
@@ -42,7 +42,7 @@ package_aursec() {
package_aursec-tui() {
pkgdesc='Inspect the aursec blockchain'
- depends=(python python-urwid aursec)
+ depends=(python python-urwid python-requests aursec)
cd "$srcdir/aursec-$pkgver/tui"
make PREFIX="/usr" DESTDIR="$pkgdir/" install