summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBennett Piater2017-04-15 16:32:16 +0200
committerBennett Piater2017-04-15 16:32:16 +0200
commitc369f400e503d442044b92958e720ac2e9b5d7e4 (patch)
tree158b99c8f7edc015f21461edc82fafd0245df444
parent73fec83dfb36889feab7464db20ce2eb38ce334c (diff)
downloadaur-c369f400e503d442044b92958e720ac2e9b5d7e4.tar.gz
upgpkg: aursec 0.10.1-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1621f67dd7ec..282785b33fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aursec
pkgdesc = Verify AUR package sources against hashes stored in a blockchain.
pkgver = 0.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clawoflight/aursec
arch = any
license = custom:MPL2
@@ -26,5 +26,6 @@ pkgname = aursec-tui
pkgdesc = Inspect the aursec blockchain
depends = python
depends = python-urwid
+ depends = python-requests
depends = aursec
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