summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Sahanidis2019-10-08 16:26:06 +0300
committerTasos Sahanidis2019-10-08 16:26:17 +0300
commitfb4944b755c4c318346b12f3a42cb6d6c6479168 (patch)
treeec95f4b6651feb7ff691383fc9eca9e2a459d481
parent272f8d20590eb03c28d701f543d8eb075897849d (diff)
downloadaur-fb4944b755c4c318346b12f3a42cb6d6c6479168.tar.gz
ckb-next v0.4.2 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca7a4c7a770..d48c4f7ea671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ckb-next
pkgdesc = Corsair Keyboard and Mouse Input Driver, release version
- pkgver = 0.4.1
- pkgrel = 2
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://github.com/ckb-next/ckb-next
install = ckb-next.install
arch = i686
@@ -18,8 +18,8 @@ pkgbase = ckb-next
conflicts = ckb-git
conflicts = ckb-git-latest
conflicts = ckb-next
- source = https://github.com/ckb-next/ckb-next/archive/v0.4.1.tar.gz
- sha256sums = 373e7cc5bb2b894f4ef7e1c9d76f463842d4f389dfe4717e9beb39662a185351
+ source = https://github.com/ckb-next/ckb-next/archive/v0.4.2.tar.gz
+ sha256sums = 75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440
pkgname = ckb-next
diff --git a/PKGBUILD b/PKGBUILD
index 44338ae0d3b7..7caf08087f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tasos Sahanidis <aur@tasossah.com>
# Contributor: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Corsair Keyboard and Mouse Input Driver, release version"
arch=('i686' 'x86_64')
url="https://github.com/ckb-next/ckb-next"
@@ -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")
-sha256sums=('373e7cc5bb2b894f4ef7e1c9d76f463842d4f389dfe4717e9beb39662a185351')
+sha256sums=('75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440')
build() {
cd "$srcdir/${pkgname}-${pkgver}"