summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx2023-05-20 15:55:17 +0000
committerAndreas Backx2023-05-20 15:55:17 +0000
commite2f75648509f18391389cf84d81734437877ddcf (patch)
tree27fffd86ebedf83fbe1f4aee0e8692922964584b
parente4e1b6f7281723adc553089ce319e4d218f46249 (diff)
downloadaur-e2f75648509f18391389cf84d81734437877ddcf.tar.gz
0.2.0
### Added - Support for changing the preview color. - Support for edges. ### Changed - Updated Wayland dependencies to fix coredump. - Updated compatible dependencies. https://github.com/AndreasBackx/waycorner/actions/runs/5032997339
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0474432251e0..c7d76ac877ba 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.1.4
+ pkgver = 0.2.0
pkgrel = 2
url = https://github.com/AndreasBackx/waycorner
arch = any
license = MIT
makedepends = cargo
- source = waycorner-0.1.4.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.1.4.tar.gz
- sha256sums = 0cf4415be71b6d2c9c7b7a836a3909f06b4cd9b356e21ed9f0856fff87e220b9
+ source = waycorner-0.2.0.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.2.0.tar.gz
+ sha256sums = c17e30889692d759240f56bfae6e96b19d0b9db3e1db5f649e46c4954d316549
pkgname = waycorner
diff --git a/PKGBUILD b/PKGBUILD
index 188158e7dc27..b990a9c7417f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Backx
pkgname=waycorner
-pkgver=0.1.4
+pkgver=0.2.0
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=('0cf4415be71b6d2c9c7b7a836a3909f06b4cd9b356e21ed9f0856fff87e220b9')
+sha256sums=('c17e30889692d759240f56bfae6e96b19d0b9db3e1db5f649e46c4954d316549')
build() {
cd "$pkgname-$pkgver"