summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheRetikGM2023-07-11 00:20:36 +0200
committerTheRetikGM2023-07-11 00:20:36 +0200
commitae633308327a8910b4328ea84840c9ea2dc02565 (patch)
tree7fb79a56e93869023c98d7d233c8824fd0f4cf57
parent9fcb6ee680a684abdd0c09f34d4a6b4b97b0b5d9 (diff)
downloadaur-ae633308327a8910b4328ea84840c9ea2dc02565.tar.gz
Update version and checkout specific commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7358afc4ba10..d466d3698488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swic-git
pkgdesc = Sway input configuration helper tool
- pkgver = 0.2
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/theretikgm/swic
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = swic-git
depends = glfw>=3.3.8
depends = sway
optdepends = slurp
- source = swic-git-0.2::git+https://github.com/theretikgm/swic
+ source = swic-git-0.2.4::git+https://github.com/theretikgm/swic
md5sums = SKIP
pkgname = swic-git
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
}