summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx2021-05-29 03:23:21 +0000
committerAndreas Backx2021-05-29 03:23:21 +0000
commit05319bcb806a57ffd483bbd82dda282d6274b5aa (patch)
tree65cee72fda6bc50799413480527a0e6a121544b9
parenta8089bdc833bb8773f1c2b5dd81c4bd255eb2f42 (diff)
downloadaur-05319bcb806a57ffd483bbd82dda282d6274b5aa.tar.gz
0.1.2 version bump.
https://github.com/AndreasBackx/waycorner/actions/runs/887437538
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a3c90c463a6..dbafcc1842eb 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.1
+ pkgver = 0.1.2
pkgrel = 2
url = https://github.com/AndreasBackx/waycorner
arch = any
license = MIT
makedepends = cargo
- source = waycorner-0.1.1.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.1.1.tar.gz
- sha256sums = 4dda9580d6a0624eed3c01de147aff589696dd9459846d1d196cbe926ede23b1
+ source = waycorner-0.1.2.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.1.2.tar.gz
+ sha256sums = 763ba3407424934b77050e4dbba82b7dcf51078fc03815aba8d8180261bab07a
pkgname = waycorner
diff --git a/PKGBUILD b/PKGBUILD
index e42840efc946..23e760d968bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Backx
pkgname=waycorner
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=2
pkgdesc="Hot corners for Wayland. Create anchors on specified locations 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=('4dda9580d6a0624eed3c01de147aff589696dd9459846d1d196cbe926ede23b1')
+sha256sums=('763ba3407424934b77050e4dbba82b7dcf51078fc03815aba8d8180261bab07a')
build() {
cd "$pkgname-$pkgver"