summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Ivanov2022-07-23 20:57:38 +0300
committerKonstantin Ivanov2022-07-23 20:57:38 +0300
commit958c514736e3aa15763050af7265721f42559554 (patch)
treebbb8fd4e1484aa7f1bfe277714af997b03601d9b /PKGBUILD
parenta3bb3276874d40e7e9c44f4e2b32f2d555e381aa (diff)
downloadaur-yaknewtab.tar.gz
fix building again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aabe60484d49..5ce9e23e4998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=yaknewtab
commit_hash=52192368063cbc676c15006c539367c7375704aa
pkgver=${commit_hash}
-pkgrel=2
+pkgrel=3
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 '#{pkgdir}/usr/local/bin/yaknewtab'
+ install -Dp --mode=755 --owner=root --group=root yaknewtab "${pkgdir}/usr/local/bin/yaknewtab"
}