summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank Steinborn2019-03-09 01:48:28 +0100
committerFrank Steinborn2019-03-09 01:48:28 +0100
commitd4fbefa6d28db3cf2c808542a17db6b252d54c97 (patch)
treec60c06f0f9bce8409de06fdf89d493350051797d /PKGBUILD
parent0ce933cc2d15ede32cf5c19c3218f830d24064c0 (diff)
downloadaur-d4fbefa6d28db3cf2c808542a17db6b252d54c97.tar.gz
Update to 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea9a3b0d1be3..0464e648f4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tasos Sahanidis <aur@tasossah.com>
# Contributor: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
-pkgver=0.3.2
+pkgver=0.4.0
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=('1692065278a1f41e3ffcd300d6999462')
+md5sums=('94eb8b6e23909629722d005ce0481b24')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
@@ -22,6 +22,7 @@ build() {
cmake -H. -Bbuild \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_BUILD_TYPE="Release" \
+ -DCMAKE_INSTALL_LIBDIR="lib" \
-DCMAKE_INSTALL_LIBEXECDIR="lib" \
-DDISABLE_UPDATER=1
cmake --build build --target all