summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ivanov2022-07-23 20:57:38 +0300
committerKonstantin Ivanov2022-07-23 20:57:38 +0300
commit958c514736e3aa15763050af7265721f42559554 (patch)
treebbb8fd4e1484aa7f1bfe277714af997b03601d9b
parenta3bb3276874d40e7e9c44f4e2b32f2d555e381aa (diff)
downloadaur-958c514736e3aa15763050af7265721f42559554.tar.gz
fix building again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b7f2735dfec..5bcf4567b08a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yaknewtab
pkgdesc = A shell script for opening new Yakuake tabs/sessions
pkgver = 52192368063cbc676c15006c539367c7375704aa
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RogueScholar/yaknewtab
arch = any
license = GPL-3.0
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"
}