summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Backx2024-03-21 23:36:17 +0000
committerAndreas Backx2024-03-21 23:36:17 +0000
commit35fad85a07fe56ac9304bf82f89e61d51570f4c4 (patch)
tree0554cfe44c832c90cd312ec08523904e7df9630d /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"