diff options
author | Andreas Backx | 2021-08-30 12:09:25 +0000 |
---|---|---|
committer | Andreas Backx | 2021-08-30 12:09:25 +0000 |
commit | e4e1b6f7281723adc553089ce319e4d218f46249 (patch) | |
tree | d4774d381c2be884eb0ed48e97fa102e6653eeaf /PKGBUILD | |
parent | 34569f661d664166123e5a159b478d71a50f9273 (diff) | |
download | aur-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-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |