summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Backx2021-08-30 12:09:25 +0000
committerAndreas Backx2021-08-30 12:09:25 +0000
commite4e1b6f7281723adc553089ce319e4d218f46249 (patch)
treed4774d381c2be884eb0ed48e97fa102e6653eeaf /PKGBUILD
parent34569f661d664166123e5a159b478d71a50f9273 (diff)
downloadaur-e4e1b6f7281723adc553089ce319e4d218f46249.tar.gz
0.1.4
### Changed - Added a minimum timeout of 5ms to prevent an infinite loop as it would continuously check for updates. https://github.com/AndreasBackx/waycorner/actions/runs/1182081788
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c9c5404f340..188158e7dc27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Andreas Backx
pkgname=waycorner
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=2
-pkgdesc="Hot corners for Wayland. Create anchors on specified locations of your monitors and execute a command of your choice."
+pkgdesc="Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice."
arch=('any')
url="https://github.com/AndreasBackx/waycorner"
license=('MIT')
depends=()
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/AndreasBackx/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('54f6f93d6895712e09ff33b03c717f191a859bce92f44e7fe5810afd2b67c747')
+sha256sums=('0cf4415be71b6d2c9c7b7a836a3909f06b4cd9b356e21ed9f0856fff87e220b9')
build() {
cd "$pkgname-$pkgver"