summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {