summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}