summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2020-10-18 23:17:19 +0200
committerMichael Straube2020-10-18 23:17:19 +0200
commit77bf35f5952c39bdc89138f1810be2d92bd5b86e (patch)
tree17817edae28e7aef400fce410c2f36e2d3cf2cf6
parentdbc26a2946726c2e8507101120fa7f1f6a6ea8d1 (diff)
downloadaur-77bf35f5952c39bdc89138f1810be2d92bd5b86e.tar.gz
Update description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a33ea786bbd..0555e95603ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = edges
- pkgdesc = A command-line tool to set up X11 hot-corners
+ pkgdesc = Command-line tool to set up hot-corners
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arisinfenix/edges
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = edges
depends = libxi
depends = libxrandr
source = https://github.com/arisinfenix/edges/archive/2.0.1/edges-2.0.1.tar.gz
- sha512sums = 24f7aa17ad755a6c4644ac8a9fa20e14802d64635851aeba428f907aa9d6621c9236e31bf16b8178a97c2d16e311e122b70ab19c3f0e0db080508292594e73d8
+ sha512sums = fd8b3bc9909e0f896f4f0cf4a8c364f757eb18580dfe496033455812810dbc365dc1475f02f80646a68172fda9541557d9d1e3ba4616d66560f1f42fc8fd39ed
pkgname = edges
diff --git a/PKGBUILD b/PKGBUILD
index 71ee371369df..c762225e6d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=edges
pkgver=2.0.1
-pkgrel=1
-pkgdesc="A command-line tool to set up X11 hot-corners"
+pkgrel=2
+pkgdesc="Command-line tool to set up hot-corners"
arch=(x86_64)
url="https://github.com/arisinfenix/edges"
license=(GPL3)
depends=(libx11 libxi libxrandr)
makedepends=(libxfixes)
source=("https://github.com/arisinfenix/edges/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('24f7aa17ad755a6c4644ac8a9fa20e14802d64635851aeba428f907aa9d6621c9236e31bf16b8178a97c2d16e311e122b70ab19c3f0e0db080508292594e73d8')
+sha512sums=('fd8b3bc9909e0f896f4f0cf4a8c364f757eb18580dfe496033455812810dbc365dc1475f02f80646a68172fda9541557d9d1e3ba4616d66560f1f42fc8fd39ed')
build() {
cd $pkgname-$pkgver