summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2020-09-18 14:40:45 +0200
committerMichael Straube2020-09-18 14:40:45 +0200
commit32e750a7314c1ef3d727818ba907185f0d9b9021 (patch)
tree2b704387bb7c38ddf1a2a0e9d6cbe1d5baf4fb5a
parente747d005c480d199eaeb2240c6305186f2987d64 (diff)
downloadaur-32e750a7314c1ef3d727818ba907185f0d9b9021.tar.gz
Ok, final email update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6545dd8a2ce9..df3c693d7163 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = edges
pkgdesc = A command-line tool to set up X11 hot-corners
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/arisinfenix/edges
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = edges
depends = libxrandr
depends = libconfig
source = https://github.com/arisinfenix/edges/archive/1.0/edges-1.0.tar.gz
- sha512sums = b05ce694bf7a04821bc593dfc05619e66bd9ca910cb732cfa4e5374a20aa5f0cb64e5575e66cecae77a9a7c5a5c08bd73f6009ecf74c0768bb93597ebddf9159
+ sha512sums = 2e4b927f99342909de198ae70a9d36f66179a70b4c68e655bb68098cfa10ee405479f97b3c535096032542c8022544c196076345372657b1914aac44559f15df
pkgname = edges
diff --git a/PKGBUILD b/PKGBUILD
index fa0c9e7d2f03..17784443c271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Michael Straube <michaelfstraube@gmail.com>
+# Maintainer: Michael Straube <michaelqstraube@gmail.com>
pkgname=edges
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A command-line tool to set up X11 hot-corners"
arch=(x86_64)
url="https://github.com/arisinfenix/edges"
@@ -10,7 +10,7 @@ license=(MIT)
depends=(libx11 libxi libxrandr libconfig)
makedepends=(libxfixes)
source=("https://github.com/arisinfenix/edges/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b05ce694bf7a04821bc593dfc05619e66bd9ca910cb732cfa4e5374a20aa5f0cb64e5575e66cecae77a9a7c5a5c08bd73f6009ecf74c0768bb93597ebddf9159')
+sha512sums=('2e4b927f99342909de198ae70a9d36f66179a70b4c68e655bb68098cfa10ee405479f97b3c535096032542c8022544c196076345372657b1914aac44559f15df')
build() {
cd $pkgname-$pkgver