summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksii Vilchanskyi2018-08-16 23:09:19 +0200
committerOleksii Vilchanskyi2018-08-16 23:09:19 +0200
commitc8fa0e506dd22513fec2691c1328bd5023b8eaa8 (patch)
treed4a6e0e3ac04b0c74a9d9bc6c5380619e806b2e8
parent183cf8e348632456e6f81762d711c7eb425cfcc3 (diff)
downloadaur-c8fa0e506dd22513fec2691c1328bd5023b8eaa8.tar.gz
Update to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66852000208a..ed738ba54eda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ckb-next
pkgdesc = Corsair Keyboard and Mouse Input Driver, release version
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/mattanger/ckb-next
install = ckb-next.install
@@ -16,8 +16,8 @@ pkgbase = ckb-next
conflicts = ckb-git
conflicts = ckb-git-latest
conflicts = ckb-next
- source = https://github.com/ckb-next/ckb-next/archive/v0.3.0.tar.gz
- md5sums = df3d0820f8f6a842bfe2a371adf4a60e
+ source = https://github.com/ckb-next/ckb-next/archive/v0.3.1.tar.gz
+ md5sums = 2c785df4226c894fe409d911a633897c
pkgname = ckb-next
diff --git a/PKGBUILD b/PKGBUILD
index 5a8d706e2bd8..ac5518d8ddca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Corsair Keyboard and Mouse Input Driver, release version"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next')
provides=('ckb-next')
install=ckb-next.install
source=("https://github.com/ckb-next/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('df3d0820f8f6a842bfe2a371adf4a60e')
+md5sums=('2c785df4226c894fe409d911a633897c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"