summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner2016-06-01 17:19:14 -0400
committerDave Reisner2016-06-01 17:19:14 -0400
commit22e3eee9e6fc38a884ed0f62c48c5fed8d32ead4 (patch)
tree5743f44c06897673a51d648547b268c5ca519b1e /PKGBUILD
parent29f498e69b6c777668c3e081bf33ec0e0bbc812f (diff)
downloadaur-22e3eee9e6fc38a884ed0f62c48c5fed8d32ead4.tar.gz
remove workarounds for now-upstreamed fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3a07fa1beab..8f070c474356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=systemd-bootchart-git
-pkgver=r1.e6c5e46
+pkgver=r6.dcb246b
pkgrel=1
pkgdesc="Boot performance graphing tool"
arch=('i686' 'x86_64')
@@ -24,9 +24,6 @@ pkgver() {
prepare() {
cd "systemd-bootchart"
- # https://github.com/systemd/systemd-bootchart/issues/4
- sed -i '/LIBSYSTEMD_JOURNAL/ s/libsystemd-journal/libsystemd/' configure.ac
-
./autogen.sh
}
@@ -46,7 +43,4 @@ package() {
cd "systemd-bootchart"
make DESTDIR="$pkgdir" install
-
- # https://github.com/systemd/systemd-bootchart/issues/5
- mv "$pkgdir/lib" "$pkgdir/usr/lib"
}