summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Himsel2020-04-17 20:40:01 -0600
committerZach Himsel2020-04-17 20:41:44 -0600
commit60df1fc158b13151352f486a249113324faeecb2 (patch)
tree7a1f55596df861829985609b9700414048aaca89
parent4db86321e4fea18aa30fc86e8d6ee68c6cdf94bd (diff)
downloadaur-60df1fc158b13151352f486a249113324faeecb2.tar.gz
Fix checksum again
I really need to start checking these locally before pushing :/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e658bae0a8..be860a9b6472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kwin-scripts-ultrawide-tiling
pkgdesc = Kwin script to add useful keyboard shortcuts for tiling-like window management
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zhimsel/Kwin-Ultrawide-Tiling
arch = any
license = GPL2
depends = kwin
source = https://github.com/zhimsel/Kwin-Ultrawide-Tiling/archive/1.0.1.tar.gz
- sha512sums = 54990915dd06d629321c8834a0be6c78a6bcba5c95c8cf7a05ddc404151ae53f1d26d93110f6afc9bc9d10d86218699f665c70087a3ac11f58394662e76713f5
+ sha512sums = d88ac10df127e685373b060db41b0e153b98620bef1e2cd3223171eac41e629b596502ce152912bee9cfe810142f54c952c1cae7234783d6ae4b28dd3451c3b4
pkgname = kwin-scripts-ultrawide-tiling
diff --git a/PKGBUILD b/PKGBUILD
index 6ac10be97711..793ad6c54c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _reponame=Kwin-Ultrawide-Tiling
_scriptname=kwin-ultrawide-tiling
pkgdesc="Kwin script to add useful keyboard shortcuts for tiling-like window management"
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://github.com/zhimsel/${_reponame}"
license=('GPL2')
depends=('kwin')
source=("https://github.com/zhimsel/${_reponame}/archive/${pkgver}.tar.gz")
-sha512sums=(' 54990915dd06d629321c8834a0be6c78a6bcba5c95c8cf7a05ddc404151ae53f1d26d93110f6afc9bc9d10d86218699f665c70087a3ac11f58394662e76713f5')
+sha512sums=('d88ac10df127e685373b060db41b0e153b98620bef1e2cd3223171eac41e629b596502ce152912bee9cfe810142f54c952c1cae7234783d6ae4b28dd3451c3b4')
package() {
install -d "${pkgdir}/usr/share/kwin/scripts/${_scriptname}"