summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-11-18 00:22:05 +0000
committergithub-actions[bot]2023-11-18 00:22:05 +0000
commit8ce301c9716eabb463f57e33b27a6edef70c30e2 (patch)
tree8f51e346805a643b3c770431d452be911a04aee9
parent0df51fe3ebe71bbbe0d69b7b850fc550640d2f1b (diff)
downloadaur-8ce301c9716eabb463f57e33b27a6edef70c30e2.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e9f30dd381e..cc4904cb3275 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xkb-switch-i3-git
pkgdesc = Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)
pkgver = 2.0.1+i3_5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/zebradil/xkb-switch-i3
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7f3fd92c1569..564a2ff8e9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=xkb-switch-i3-git
pkgver=2.0.1+i3_5
-pkgrel=4
+pkgrel=5
pkgdesc='Program that allows to query and change the XKB layout state (with i3wm auto-switch mode)'
url='https://github.com/zebradil/xkb-switch-i3'
arch=(i686 x86_64)
@@ -20,6 +20,7 @@ source=(git+https://github.com/zebradil/xkb-switch-i3.git#branch=master git+http
sha256sums=(SKIP SKIP)
build ()
{
+ set -eo pipefail;
cd "${srcdir}/${pkgname%-git}";
git submodule init;
git config "submodule.i3ipc++.url" "${srcdir}/i3ipcpp";
@@ -29,6 +30,7 @@ build ()
}
package ()
{
+ set -eo pipefail;
cd "${srcdir}/${pkgname%-git}";
make DESTDIR="$pkgdir/" install
}