summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2021-03-08 08:56:29 +0100
committerSophie Tauchert2021-03-08 08:56:29 +0100
commit95ffb1e43816444dde45742cca7a324036c1fa6c (patch)
tree7a228aa89aba796c71bf3844da45b9acdc2a6a25
parent97ac4793b698cd6e33f7539e5c6db10e39fa6861 (diff)
downloadaur-95ffb1e43816444dde45742cca7a324036c1fa6c.tar.gz
Update to v0.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ca74aaaa16..97c4bebaadcb 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.2
+ pkgver = 0.7.3
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.2/gx52-0.7.2.tar.gz
+ source = https://gitlab.com/leinardi/gx52/-/archive/0.7.3/gx52-0.7.3.tar.gz
source = 60-gx52.rules
- sha256sums = 2925a7fb2495b786d27585c5891b525f138c8a5197f4e3b6dfdb5f3635de38cd
+ sha256sums = 07439c2b55c9f6ab33f014a32cc7fbd6dfcbf4ff71f314b1a4cb9f8210416b00
sha256sums = 8239c7529f939f12455a3db5c000e76df9bb77c84f4ed9092ae731c5a1b3ab90
pkgname = gx52
diff --git a/PKGBUILD b/PKGBUILD
index d38a7d4fde99..5b4fe11a4c37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gx52
-pkgver=0.7.2
+pkgver=0.7.3
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=('2925a7fb2495b786d27585c5891b525f138c8a5197f4e3b6dfdb5f3635de38cd'
+sha256sums=('07439c2b55c9f6ab33f014a32cc7fbd6dfcbf4ff71f314b1a4cb9f8210416b00'
'8239c7529f939f12455a3db5c000e76df9bb77c84f4ed9092ae731c5a1b3ab90')
build() {