summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheRetikGM2023-07-11 00:20:36 +0200
committerTheRetikGM2023-07-11 00:20:36 +0200
commitae633308327a8910b4328ea84840c9ea2dc02565 (patch)
tree7fb79a56e93869023c98d7d233c8824fd0f4cf57 /PKGBUILD
parent9fcb6ee680a684abdd0c09f34d4a6b4b97b0b5d9 (diff)
downloadaur-swic-git.tar.gz
Update version and checkout specific commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69a12b6dbd62..dbe51fed60e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TheRetikGM <theretikgm@gmail.com>
pkgname="swic-git"
-pkgver=0.2
+pkgver=0.2.4
pkgrel=1
pkgdesc="Sway input configuration helper tool"
arch=('x86_64')
@@ -14,6 +14,7 @@ md5sums=('SKIP')
build() {
cd "$pkgname-$pkgver"
+ git checkout 5e7a1f2d2059ea512756ce0ac157f03f88688555
meson setup build
meson compile -C build
}