summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx2024-03-21 23:36:17 +0000
committerAndreas Backx2024-03-21 23:36:17 +0000
commit35fad85a07fe56ac9304bf82f89e61d51570f4c4 (patch)
tree0554cfe44c832c90cd312ec08523904e7df9630d
parent9b3669726bb263db8c0c50e6ad0777d4c4362f38 (diff)
downloadaur-waycorner.tar.gz
0.2.3
### Changed - Change layer from top to overlay (#22). https://github.com/AndreasBackx/waycorner/actions/runs/8383133234
-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"