summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Angelopoulos2018-06-16 11:12:35 +0200
committerGeorge Angelopoulos2018-06-16 11:12:35 +0200
commit422e628c9fbcc9e805ce9e9afbff481194a30f0b (patch)
tree6a2f5f2d68eee4fa24fd112621ce6fab0ad5c960 /PKGBUILD
parent559c72395d3bf5b9f757cb65e358f4705c759308 (diff)
downloadaur-422e628c9fbcc9e805ce9e9afbff481194a30f0b.tar.gz
Revert "update makedepends"
This reverts commit 487ece75ebda37992529c3bd653e7b140f45780c.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5060c0b6e577..5af45230ec79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://sourceware.org/systemtap/"
arch=('x86_64' 'i686')
license=('GPL')
depends=('elfutils' 'nss' 'python2')
-makedepends=('python-setuptools' 'xmlto')
+makedepends=('python2-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"
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc"