summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2685b3bd917a..9fc4fa3a915a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = waycorner
pkgdesc = Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice.
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 2
url = https://github.com/AndreasBackx/waycorner
arch = any
license = MIT
makedepends = cargo
- source = waycorner-0.2.2.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.2.2.tar.gz
- sha256sums = 39282b798713aa2a4d3f598d28fea627d7767bea26573f0b3099c8b5b5dfceb8
+ source = waycorner-0.2.3.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.2.3.tar.gz
+ sha256sums = 829575b86f21903a97082a290c48ac7025428d1c8bf308f6a851dc54bb8a61b1
pkgname = waycorner
diff --git a/PKGBUILD b/PKGBUILD
index d1a3ceeb058c..89a7d7706afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Backx
pkgname=waycorner
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=2
pkgdesc="Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=()
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/AndreasBackx/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('39282b798713aa2a4d3f598d28fea627d7767bea26573f0b3099c8b5b5dfceb8')
+sha256sums=('829575b86f21903a97082a290c48ac7025428d1c8bf308f6a851dc54bb8a61b1')
build() {
cd "$pkgname-$pkgver"