summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpj2016-02-06 22:55:01 +0100
committerkpj2016-02-06 22:55:01 +0100
commitab90d055eeb93ccfb727749c826cee37413225ea (patch)
tree844cef54fe1c40c8f8ac2a6637f2ada9763e4aa1
parent6cee15a8b8fc0c4f32cfa154965082e7315cf9f2 (diff)
downloadaur-ab90d055eeb93ccfb727749c826cee37413225ea.tar.gz
Add python-blessings dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4706c74bb966..c29744eef041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 21:51:28 UTC 2016
+# Sat Feb 6 21:54:58 UTC 2016
pkgbase = python-maybe
pkgdesc = See what a program does before deciding whether you really want it to happen.
pkgver = 0.2.1
@@ -9,6 +9,7 @@ pkgbase = python-maybe
license = GPLv3
makedepends = python
makedepends = python-pip
+ depends = python-blessings
depends = python-ptrace
source = https://pypi.python.org/packages/source/m/maybe/maybe-0.2.1.tar.gz
md5sums = 7eebbe47c1cf5f314153a45823e2a823
diff --git a/PKGBUILD b/PKGBUILD
index 82dc3a4291c4..fc6face86898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='See what a program does before deciding whether you really want it to h
arch=('any')
url='https://github.com/p-e-w/maybe'
license=('GPLv3')
-depends=('python-ptrace')
+depends=('python-blessings' 'python-ptrace')
makedepends=('python' 'python-pip')
source=(https://pypi.python.org/packages/source/m/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
md5sums=('7eebbe47c1cf5f314153a45823e2a823')