summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Asuncion2016-12-17 09:02:21 -0800
committerJeremy Asuncion2016-12-17 09:02:21 -0800
commitcabd6949b5486ea42991651309588f53c300ea13 (patch)
tree6b295ab396357d5e38866b99a3e5ef5dcbfd1766
parent8365ca106cf7c18dfb8a19d94fbad983de5c602f (diff)
downloadaur-python-license.tar.gz
Updated .SRCINFO and bumpbed pkgrel
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f091a71ddce..fa12b3409d2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-license
pkgdesc = A command line app that fetches opensource licenses.
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/codemonkey800/python-license
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-license
depends = python-click
depends = python-click-completion
depends = python-click-didyoumean
+ depends = python-psutil
depends = python-requests
depends = python-requests-cache
source = https://github.com/codemonkey800/python-license/archive/0.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a684d1e72aef..79603eb673d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-license
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='A command line app that fetches opensource licenses.'
arch=(any)
url='https://github.com/codemonkey800/python-license'