summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorideal2019-02-10 16:21:21 +0800
committerideal2019-02-10 16:25:25 +0800
commit47dac5cd10ad3eb56b19102a5ad110bbc2ffb948 (patch)
treec3c4594481eba26c4b7dac28caf25c86bb328d4c /PKGBUILD
parentdcd4ed140e1f8a30659c9d2e447dccc3206b9dde (diff)
downloadaur-47dac5cd10ad3eb56b19102a5ad110bbc2ffb948.tar.gz
remove patch as it is not needed now.
see https://sourceware.org/git/?p=systemtap.git;a=commit;h=f90ca30963e167973d59ce71a0af79ac8a33f18f
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0c0b637d6af..4036ab914422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Shang Yuanchun <idealities@gmail.com>
pkgname=systemtap-git
-pkgver=4.0.88.g905865da1
+pkgver=4.0.102.g1832b8f51
pkgrel=1
pkgdesc="provides infrastructure to simplify the gathering of information about the running Linux system."
url="https://sourceware.org/systemtap/"
@@ -15,10 +15,8 @@ provides=(systemtap=4.0)
conflicts=(systemtap)
_gitroot=https://sourceware.org/git/systemtap.git
_gitname=systemtap
-source=("git+$_gitroot"
- remove-install-exec-hook.patch)
-md5sums=('SKIP'
- '6db56245ab316134c9a487e16ea52084')
+source=("git+$_gitroot")
+md5sums=('SKIP')
install=systemtap.install
pkgver() {
@@ -26,11 +24,6 @@ pkgver() {
git describe | sed 's/release-//;s/-/./g'
}
-prepare() {
- cd "$srcdir/$_gitname"
- patch -p1 -i "$srcdir"/remove-install-exec-hook.patch
-}
-
build() {
cd "$srcdir/$_gitname"
msg "Starting make..."