summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx2024-03-19 22:44:05 +0000
committerAndreas Backx2024-03-19 22:44:05 +0000
commit9b3669726bb263db8c0c50e6ad0777d4c4362f38 (patch)
tree0feaf0187126afd773579022ee08ee97e7ca223f
parentbd9d8e852a98506bbe902fedb8dc4e742b588692 (diff)
downloadaur-9b3669726bb263db8c0c50e6ad0777d4c4362f38.tar.gz
0.2.2
### Changed - Updated smithay-client-toolkit to resolve issue described in https://github.com/Smithay/client-toolkit/pull/406 (#20). https://github.com/AndreasBackx/waycorner/actions/runs/8351084763
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 950de85083f4..2685b3bd917a 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.1
+ pkgver = 0.2.2
pkgrel = 2
url = https://github.com/AndreasBackx/waycorner
arch = any
license = MIT
makedepends = cargo
- source = waycorner-0.2.1.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.2.1.tar.gz
- sha256sums = ad1849085445019d98bc0347130ef8c0e25df00891a5c39c6fb2efbfb920a2fb
+ source = waycorner-0.2.2.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.2.2.tar.gz
+ sha256sums = 39282b798713aa2a4d3f598d28fea627d7767bea26573f0b3099c8b5b5dfceb8
pkgname = waycorner
diff --git a/PKGBUILD b/PKGBUILD
index 0f6d97600981..d1a3ceeb058c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Backx
pkgname=waycorner
-pkgver=0.2.1
+pkgver=0.2.2
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=('ad1849085445019d98bc0347130ef8c0e25df00891a5c39c6fb2efbfb920a2fb')
+sha256sums=('39282b798713aa2a4d3f598d28fea627d7767bea26573f0b3099c8b5b5dfceb8')
build() {
cd "$pkgname-$pkgver"