summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-06-28 20:27:16 +0200
committerSophie Tauchert2020-06-28 20:27:16 +0200
commit97ac4793b698cd6e33f7539e5c6db10e39fa6861 (patch)
tree954a4b049386afb358730752ca8d95713490dccf
parent79a4afc53dab01d198bd443779c91ab3758f353a (diff)
downloadaur-97ac4793b698cd6e33f7539e5c6db10e39fa6861.tar.gz
Update to v0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc277bf90b0a..17ca74aaaa16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gx52
pkgdesc = A GTK application designed to provide control for the LEDs and MFD of Logitech X52 and X52 Pro H.O.T.A.S.
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://gitlab.com/leinardi/gx52
install = gx52.install
@@ -22,9 +22,9 @@ pkgbase = gx52
depends = python-requests
depends = python-rx
depends = python-xdg
- source = https://gitlab.com/leinardi/gx52/-/archive/0.7.1/gx52-0.7.1.tar.gz
+ source = https://gitlab.com/leinardi/gx52/-/archive/0.7.2/gx52-0.7.2.tar.gz
source = 60-gx52.rules
- sha256sums = 462cdea1539d76c82690ed4ba614f2bbc9a4862d13648c857c3658a4551e16a8
+ sha256sums = 2925a7fb2495b786d27585c5891b525f138c8a5197f4e3b6dfdb5f3635de38cd
sha256sums = 8239c7529f939f12455a3db5c000e76df9bb77c84f4ed9092ae731c5a1b3ab90
pkgname = gx52
diff --git a/PKGBUILD b/PKGBUILD
index 980b2099f6fe..d38a7d4fde99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gx52
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="A GTK application designed to provide control for the LEDs and MFD of Logitech X52 and X52 Pro H.O.T.A.S."
arch=('any')
@@ -14,7 +14,7 @@ conflicts=()
install="$pkgname.install"
source=("https://gitlab.com/leinardi/gx52/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'60-gx52.rules')
-sha256sums=('462cdea1539d76c82690ed4ba614f2bbc9a4862d13648c857c3658a4551e16a8'
+sha256sums=('2925a7fb2495b786d27585c5891b525f138c8a5197f4e3b6dfdb5f3635de38cd'
'8239c7529f939f12455a3db5c000e76df9bb77c84f4ed9092ae731c5a1b3ab90')
build() {