summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx2021-08-30 12:09:25 +0000
committerAndreas Backx2021-08-30 12:09:25 +0000
commite4e1b6f7281723adc553089ce319e4d218f46249 (patch)
treed4774d381c2be884eb0ed48e97fa102e6653eeaf
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
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca0f44bdcd32..0474432251e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = waycorner
- pkgdesc = Hot corners for Wayland. Create anchors on specified locations of your monitors and execute a command of your choice.
- pkgver = 0.1.3
+ pkgdesc = Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice.
+ pkgver = 0.1.4
pkgrel = 2
url = https://github.com/AndreasBackx/waycorner
arch = any
license = MIT
makedepends = cargo
- source = waycorner-0.1.3.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.1.3.tar.gz
- sha256sums = 54f6f93d6895712e09ff33b03c717f191a859bce92f44e7fe5810afd2b67c747
+ source = waycorner-0.1.4.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.1.4.tar.gz
+ sha256sums = 0cf4415be71b6d2c9c7b7a836a3909f06b4cd9b356e21ed9f0856fff87e220b9
pkgname = waycorner
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"