summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Himsel2022-11-04 11:59:04 -0400
committerZach Himsel2022-11-04 11:59:04 -0400
commitea7d2721e9f6ca036c10dd5258493a501d496f3f (patch)
tree016fe3e3407eeb2cfbea2307f717f2288123d52a
parent229b19d05dbb46697a68057edcd5cffc9032d63d (diff)
downloadaur-kwin-scripts-ultrawide-tiling.tar.gz
Ensure kwin is a recent enough version
Some of the package metadata is incompatible with previous versions, from what I understand.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0041b4dcdb4d..177fea1fee52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = kwin-scripts-ultrawide-tiling
pkgdesc = Kwin script to add useful keyboard shortcuts for tiling-like window management
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zhimsel/Kwin-Ultrawide-Tiling
arch = any
license = GPL2
- depends = kwin
+ depends = kwin>=5.26.1
source = https://github.com/zhimsel/Kwin-Ultrawide-Tiling/archive/1.1.2.tar.gz
sha512sums = cde68007904267888b5689ed4124e6f155b8cc039e66b4c6c65f63e744e226382ebfd91517fb00e2ef5a2e4a04272310a495751772d9cc98bafbcbc4ba112fe9
diff --git a/PKGBUILD b/PKGBUILD
index 1073b3dfe456..83e1f947a651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _reponame=Kwin-Ultrawide-Tiling
_scriptname=ultrawide-tiling
pkgdesc="Kwin script to add useful keyboard shortcuts for tiling-like window management"
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/zhimsel/${_reponame}"
license=('GPL2')
-depends=('kwin')
+depends=('kwin>=5.26.1')
source=("https://github.com/zhimsel/${_reponame}/archive/${pkgver}.tar.gz")
sha512sums=('cde68007904267888b5689ed4124e6f155b8cc039e66b4c6c65f63e744e226382ebfd91517fb00e2ef5a2e4a04272310a495751772d9cc98bafbcbc4ba112fe9')