summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d888359951e..fa4ed7c6fc00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 18 12:51:09 UTC 2017
+# Sun Mar 5 09:28:04 UTC 2017
pkgbase = systemtap
pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system.
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = http://sourceware.org/systemtap/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2ad34d38be25..6a4f9d5e7fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=systemtap
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
@@ -20,8 +20,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- echo enable python2...
- sed -i 's/python/python2/g' ${pkgdir}/usr/bin/dtrace
}
# vim:set ts=2 sw=2 et: