summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorl2y2018-01-21 22:34:58 +0100
committerl2y2018-01-21 22:34:58 +0100
commit67f6f8b72d8103f217ba788bc491c53812ae6b46 (patch)
tree7e195df06eebce594a71470262154dc12866a1ae
parent01ec016b04efca85a019b56c1c1e3213823a73de (diff)
downloadaur-67f6f8b72d8103f217ba788bc491c53812ae6b46.tar.gz
Bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2346eb964bf..162e1c738607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ckb-next
pkgdesc = Corsair Keyboard and Mouse Input Driver, release version
- pkgver = 0.2.8
- pkgrel = 6
+ pkgver = 0.2.9
+ pkgrel = 1
url = https://github.com/mattanger/ckb-next
install = ckb-next.install
arch = i686
@@ -16,8 +16,8 @@ pkgbase = ckb-next
conflicts = ckb-git
conflicts = ckb-git-latest
conflicts = ckb-next
- source = https://github.com/mattanger/ckb-next/archive/v0.2.8.tar.gz
- md5sums = bb2f354559fedc6883acc0a478e7e59a
+ source = https://github.com/ckb-next/ckb-next/archive/v0.2.9.tar.gz
+ md5sums = 6e1da1f4ee5f1e9132f92ec7ad268499
pkgname = ckb-next
diff --git a/PKGBUILD b/PKGBUILD
index 11f95bf138ce..b67b47ffbdeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Light2Yellow <alexvilchansky@yahoo.com>
+# Maintainer: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
-pkgver=0.2.8
-pkgrel=6
+pkgver=0.2.9
+pkgrel=1
pkgdesc="Corsair Keyboard and Mouse Input Driver, release version"
arch=('i686' 'x86_64')
url="https://github.com/mattanger/ckb-next"
@@ -14,8 +14,8 @@ optdepends=('libappindicator-gtk2: Ayatana indicators in Unity, KDE or Systray (
conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next')
provides=('ckb-next')
install=ckb-next.install
-source=("https://github.com/mattanger/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('bb2f354559fedc6883acc0a478e7e59a')
+source=("https://github.com/ckb-next/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('6e1da1f4ee5f1e9132f92ec7ad268499')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -31,8 +31,9 @@ package() {
install -Dm755 bin/ckb{,-daemon} "$pkgdir/usr/bin/"
install -D bin/ckb-animations/* "$pkgdir/usr/lib/ckb-animations/"
- install -Dm644 usr/ckb.png "${pkgdir}/usr/share/icons/hicolor/512x512/apps/ckb.png"
- install -Dm644 usr/ckb.desktop "${pkgdir}/usr/share/applications/ckb.desktop"
+ install -Dm644 usr/ckb.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/ckb.png"
+ install -Dm644 usr/ckb.desktop "$pkgdir/usr/share/applications/ckb.desktop"
- install -Dm644 service/systemd/ckb-daemon.service "${pkgdir}/usr/lib/systemd/system/ckb-daemon.service"
+ install -Dm644 service/systemd/ckb-daemon.service "$pkgdir/usr/lib/systemd/system/ckb-daemon.service"
+ install -Dm644 udev/99-ckb-daemon.rules "$pkgdir/etc/udev/rules.d/99-ckb-daemon.rules"
}