summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Buchanan2021-09-09 13:19:48 -0600
committerNeal Buchanan2021-09-09 13:19:48 -0600
commit2ba77539d13b65ad01ea83c10b15dbd38e1965c4 (patch)
treec7a7831b16ecdae4cdef2e9c16a9d9ddfb451d84
parent77bf35f5952c39bdc89138f1810be2d92bd5b86e (diff)
downloadaur-2ba77539d13b65ad01ea83c10b15dbd38e1965c4.tar.gz
Update repo address and version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0555e95603ab..a0b70d3b1c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = edges
pkgdesc = Command-line tool to set up hot-corners
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://github.com/arisinfenix/edges
arch = x86_64
license = GPL3
@@ -9,8 +9,8 @@ pkgbase = edges
depends = libx11
depends = libxi
depends = libxrandr
- source = https://github.com/arisinfenix/edges/archive/2.0.1/edges-2.0.1.tar.gz
- sha512sums = fd8b3bc9909e0f896f4f0cf4a8c364f757eb18580dfe496033455812810dbc365dc1475f02f80646a68172fda9541557d9d1e3ba4616d66560f1f42fc8fd39ed
+ source = https://github.com/arisinfenix/edges/archive/2.0.2/edges-2.0.2.tar.gz
+ sha512sums = 92bb030ce9ad06b3b99672f7efe360afa9020f5918cbfb3e22efa09042a0bba79502b492d3101d8e1cc9831d4c8794cf7d2b80273ed2f548526c6f3a613914e2
pkgname = edges
diff --git a/PKGBUILD b/PKGBUILD
index c762225e6d2c..19b8c0dc3497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Michael Straube <michael.straubej@gmail.com>
pkgname=edges
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=2
pkgdesc="Command-line tool to set up hot-corners"
arch=(x86_64)
-url="https://github.com/arisinfenix/edges"
+url="https://github.com/MichaelStraube/edges"
license=(GPL3)
depends=(libx11 libxi libxrandr)
makedepends=(libxfixes)
-source=("https://github.com/arisinfenix/edges/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('fd8b3bc9909e0f896f4f0cf4a8c364f757eb18580dfe496033455812810dbc365dc1475f02f80646a68172fda9541557d9d1e3ba4616d66560f1f42fc8fd39ed')
+source=("https://github.com/MichaelStraube/edges/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('92bb030ce9ad06b3b99672f7efe360afa9020f5918cbfb3e22efa09042a0bba79502b492d3101d8e1cc9831d4c8794cf7d2b80273ed2f548526c6f3a613914e2')
build() {
cd $pkgname-$pkgver