summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx2021-05-29 02:30:26 +0100
committerAndreas Backx2021-05-29 02:30:26 +0100
commit9792f3213d888b48f9f0365dd682d8019e5f8597 (patch)
treee2310b6204cb333fde68026a6242ba9c6e63348c
parent3a3cc6b5c5109bf3c08228ade8ecc1eeac1f9878 (diff)
downloadaur-9792f3213d888b48f9f0365dd682d8019e5f8597.tar.gz
Updated description and fixed checksum.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5057f8d58e6f..64e1330cdebb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = waycorner
- pkgdesc = Hot corners for Wayland. Waycorner allows you to create anchors on specified locations of your monitors and execute a command of your choice.
+ pkgdesc = Hot corners for Wayland. Create anchors on specified locations of your monitors and execute a command of your choice.
pkgver = 0.1.0
pkgrel = 2
url = https://github.com/AndreasBackx/waycorner
diff --git a/PKGBUILD b/PKGBUILD
index 6412480b2e85..c6b2e2264844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=waycorner
pkgver=0.1.0
pkgrel=2
-pkgdesc="Hot corners for Wayland. Waycorner allows you to create anchors on specified locations of your monitors and execute a command of your choice."
+pkgdesc="Hot corners for Wayland. Create anchors on specified locations 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")
-sha512sums=('329b70cef12e476409bd542842bb77637f6ee31cb49553e6d1319efa0c17d65e')
+sha256sums=('329b70cef12e476409bd542842bb77637f6ee31cb49553e6d1319efa0c17d65e')
build() {
cd "$pkgname-$pkgver"