summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LOISON2021-02-05 17:59:51 +0100
committerFabien LOISON2021-02-05 17:59:51 +0100
commit1d240283d41dad49e7bdcd369052639a370858f1 (patch)
treea44137a914f99c9fb1db1a986c1a36d4a904dab4
parent050ca3da5192bf90216783acee1e0d90da737c42 (diff)
downloadaur-1d240283d41dad49e7bdcd369052639a370858f1.tar.gz
update to v4.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73a553021705..feed590eae5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rivalcfg
pkgdesc = CLI tool and Python library to configure SteelSeries gaming mice
- pkgver = 4.2.0
- pkgrel = 2
+ pkgver = 4.3.0
+ pkgrel = 1
url = https://github.com/flozz/rivalcfg
install = install
arch = any
@@ -10,7 +10,7 @@ pkgbase = rivalcfg
depends = hidapi
depends = python-hidapi
depends = python-setuptools
- source = rivalcfg-4.2.0.tar.gz::https://github.com/flozz/rivalcfg/archive/v4.2.0.tar.gz
- sha512sums = ed3f35820834a5f740caaf121f056dea0f3e5070bb11d1e593b7601ee108a7ecafdc65553269d1377bdc734f78c7d2ee6a133317bc74129ba9adc9c986f1b235
+ source = rivalcfg-4.3.0.tar.gz::https://github.com/flozz/rivalcfg/archive/v4.3.0.tar.gz
+ sha512sums = 47f33ffbc27b997893bb975dfcf2f41d59c2515359fb15ec1182a3c3eeeb93421408cf656601697bd26a61faf2cbf3ed1650c5f82d148a6f7011643d692bff4b
pkgname = rivalcfg
diff --git a/PKGBUILD b/PKGBUILD
index bdf085233aee..933b2b11e950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: defkeh <defkeh@gmail.com>
pkgname=rivalcfg
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
pkgdesc='CLI tool and Python library to configure SteelSeries gaming mice'
arch=('any')
url='https://github.com/flozz/rivalcfg'
license=('custom:WTFPL')
depends=('python' 'hidapi' 'python-hidapi' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ed3f35820834a5f740caaf121f056dea0f3e5070bb11d1e593b7601ee108a7ecafdc65553269d1377bdc734f78c7d2ee6a133317bc74129ba9adc9c986f1b235')
+sha512sums=('47f33ffbc27b997893bb975dfcf2f41d59c2515359fb15ec1182a3c3eeeb93421408cf656601697bd26a61faf2cbf3ed1650c5f82d148a6f7011643d692bff4b')
install=install
build() {
cd $pkgname-$pkgver