summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d38302c802ba..aabe60484d49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=yaknewtab
commit_hash=52192368063cbc676c15006c539367c7375704aa
pkgver=${commit_hash}
-pkgrel=1
+pkgrel=2
pkgdesc='A shell script for opening new Yakuake tabs/sessions'
arch=(any)
url='https://github.com/RogueScholar/yaknewtab'
@@ -22,5 +22,5 @@ provides=(yaknewtab)
package() {
cd "yaknewtab-${pkgver}"
- install -Dp --mode=755 --owner=root --group=root yaknewtab /usr/local/bin/yaknewtab
+ install -Dp --mode=755 --owner=root --group=root yaknewtab '#{pkgdir}/usr/local/bin/yaknewtab'
}