summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Lindner2019-09-01 18:38:32 +0200
committerFlorian Lindner2019-09-01 18:38:32 +0200
commitc7cad65474219e3d405a292449fa7ab78ed919fd (patch)
tree49a6d88da583b48b6b8d845898699017b53a41c3 /PKGBUILD
parent192b4b0e6a4c73d230f776c97ce26a1a080209b6 (diff)
downloadaur-c7cad65474219e3d405a292449fa7ab78ed919fd.tar.gz
Remove moving non-existent directory.
Thanks to totsilence for reporting.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde3d43a6355..fd07478961ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jon Gjengset <jon@thesquareplanet.com>
pkgname=hotspot-git
-pkgver=v1.1.0.r2.g442c10e
+pkgver=v1.2.0.r25.gc65a82f
pkgrel=1
pkgdesc="The Linux perf GUI for performance analysis"
arch=('any')
@@ -34,5 +34,4 @@ build() {
package() {
cd "${pkgname%-git}"
make DESTDIR="${pkgdir}/" install
- mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib"
}