summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2023-12-23 16:35:25 +0100
committerMichael Straube2023-12-23 16:35:25 +0100
commit794250a93dc638e05edb165f932f6e17da82ef69 (patch)
treed7174b47faddfe0019e17393355c784b0febca1c /PKGBUILD
parent32300067bcb7bb9f8c4d917b2ca94a6d3c4d7117 (diff)
downloadaur-edges.tar.gz
Update to 3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a6968853bbe..9f28e82fbd30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Michael Straube <michael.straubej@gmail.com>
pkgname=edges
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Command-line tool to set up hot-corners"
arch=(x86_64)
url="https://github.com/MichaelStraube/edges"
license=(MIT)
-depends=(gcc-libs libxi libxrandr)
+depends=(gcc-libs glibc libx11 libxi libxrandr)
makedepends=(cargo)
source=("https://github.com/MichaelStraube/edges/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b9463996923cb620a223fd033ae56ebfe338ecb2ee8c08e13bb8a5b73a77f0986372c731f3cca8eea4eafc855b4645a41cb9dfa623005019fa305de827cc014d')
+sha512sums=('9df732483e89dde964dbcf8eaf092c927ac79f38152510799e0458b751f812e3d20e4336683d634fea30ddcb8596671f38a7fdb195cea9b14fdbaa45c99578eb')
prepare() {
cd $pkgname-$pkgver