summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos2018-06-16 10:52:25 +0200
committerGeorge Angelopoulos2018-06-16 10:52:25 +0200
commit559c72395d3bf5b9f757cb65e358f4705c759308 (patch)
tree1f314bd5451d8bbe8caaea83969a5e7315ea22f3
parentc3d5d8188c0dfaae616bf39f08b57fdc5f666440 (diff)
downloadaur-559c72395d3bf5b9f757cb65e358f4705c759308.tar.gz
Revert "update depends"
This reverts commit c3d5d8188c0dfaae616bf39f08b57fdc5f666440.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60159fea4db4..36d6b311b01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 16 07:53:10 UTC 2018
+# Sat Jun 16 07:46:23 UTC 2018
pkgbase = systemtap
pkgdesc = provides infrastructure to simplify the gathering of information about the running system.
pkgver = 3.2
@@ -13,7 +13,7 @@ pkgbase = systemtap
makedepends = xmlto
depends = elfutils
depends = nss
- depends = python
+ depends = python2
optdepends = sqlite3: for storing results in a database
source = systemtap-3.2.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-3.2.tar.gz
source = systemtap-3.2.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-3.2.tar.gz.asc
diff --git a/PKGBUILD b/PKGBUILD
index 2f35006460d1..5060c0b6e577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="provides infrastructure to simplify the gathering of information about
url="http://sourceware.org/systemtap/"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('elfutils' 'nss' 'python')
+depends=('elfutils' 'nss' 'python2')
makedepends=('python-setuptools' 'xmlto')
optdepends=('sqlite3: for storing results in a database')
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"