summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpj2016-02-06 21:51:33 +0100
committerkpj2016-02-06 21:51:33 +0100
commit3ef80db68e63eab5554fc2f368e6114ab83b6808 (patch)
treecf12cfe3902a405bd88dc3bfc5c39cb81601b68b
parentc206a1957accc2593349eada6edddf0bf90ad08d (diff)
downloadaur-3ef80db68e63eab5554fc2f368e6114ab83b6808.tar.gz
Add python-ptrace dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d59b49a7130..34b4e8a62d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 19:00:59 UTC 2016
+# Sat Feb 6 20:51:13 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-ptrace
pkgname = python-maybe
diff --git a/PKGBUILD b/PKGBUILD
index 8d7990cb97cd..c0c89154a654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +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')
makedepends=('python' 'python-pip')
build() {