diff --git a/srcpkgs/ckb-next/template b/srcpkgs/ckb-next/template index ba712e85fb..7a1f454883 100644 --- a/srcpkgs/ckb-next/template +++ b/srcpkgs/ckb-next/template @@ -1,6 +1,6 @@ -# Template file for 'ckb' +# Template file for 'ckb-next' pkgname=ckb-next -version=0.2.8 +version=0.2.9 revision=1 build_style=qmake hostmakedepends="qt5-devel" @@ -8,9 +8,9 @@ makedepends="qt5-devel eudev-libudev-devel" short_desc="Corsair RGB Driver for Linux" maintainer="Andrea Brancaleoni " license="GPL-2" -homepage="https://github.com/mattanger/ckb-next" +homepage="https://github.com/ckb-next/ckb-next" distfiles="$homepage/archive/v$version.tar.gz" -checksum=709eab70088fbd243d5ce9463eea799440f3b8679051d41123d99b25bdf37171 +checksum=211bc74c8ec3aeaa02cb85f63bd615f53e08d04d1352098269f16b1ca408ce4b do_install() { vbin bin/ckb @@ -22,5 +22,8 @@ do_install() { vinstall usr/ckb.png 644 usr/share/icons/hicolor/512x512/apps vinstall usr/ckb.desktop 644 usr/share/applications + vmkdir usr/lib/udev/rules.d + vinstall udev/99-ckb-daemon.rules 644 usr/lib/udev/rules.d + vsv ckb }