summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ivanov2022-07-23 20:51:08 +0300
committerKonstantin Ivanov2022-07-23 20:51:08 +0300
commita3bb3276874d40e7e9c44f4e2b32f2d555e381aa (patch)
treefac9a70abfc3bc446f23ee958add2f8dbe4bf855
parenta91c0a2c3e28f1c72341551b78d3091a61aee9ec (diff)
downloadaur-a3bb3276874d40e7e9c44f4e2b32f2d555e381aa.tar.gz
fix installation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d810747ab2f3..2b7f2735dfec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yaknewtab
pkgdesc = A shell script for opening new Yakuake tabs/sessions
pkgver = 52192368063cbc676c15006c539367c7375704aa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RogueScholar/yaknewtab
arch = any
license = GPL-3.0
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'
}