summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOleksii Vilchanskyi2017-05-06 12:06:13 +0200
committerOleksii Vilchanskyi2017-05-06 12:06:13 +0200
commitab4061198dae57c57907165ccca1de5cd9a21a5d (patch)
tree51b2c3a54fe370931edc42c8ab2d1d64bdb2f16a /PKGBUILD
parent9a6714f6a9c6771e1da318c561c25499b35d614e (diff)
downloadaur-ab4061198dae57c57907165ccca1de5cd9a21a5d.tar.gz
Update installation instructions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a71793a751ef..d8aa0a912bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Light2Yellow <alexvilchansky@yahoo.com>
pkgname=ckb-next-git
-pkgver=0.2.7.r100.gc9afda4
+pkgver=0.2.7.r164.g22036ae
pkgrel=1
epoch=1
pkgdesc="Corsair Keyboard and Mouse Input Driver"
@@ -33,14 +33,11 @@ build() {
package() {
cd "$srcdir/${pkgname%-VCS}"
- install -dm755 "$pkgdir/opt/ckb/ckb-animations"
- install -Dm755 bin/ckb{,-daemon} "$pkgdir/opt/ckb/"
- install -D bin/ckb-animations/* "$pkgdir/opt/ckb/ckb-animations/"
-
install -dm755 "$pkgdir/usr/bin"
- ln -s /opt/ckb/ckb "$pkgdir/usr/bin/"
- ln -s /opt/ckb/ckb-daemon "$pkgdir/usr/bin/"
-
+ install -dm755 "$pkgdir/usr/lib/ckb-animations"
+ 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"