openrazer-meta: update to 2.5.0.
This commit is contained in:
parent
97b9cc01d5
commit
65161a1fa0
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'openrazer-meta'
|
# Template file for 'openrazer-meta'
|
||||||
pkgname=openrazer-meta
|
pkgname=openrazer-meta
|
||||||
version=2.4.0
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="openrazer-${version}"
|
wrksrc="openrazer-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_target="setup_dkms udev_install daemon_install xdg_install python_library_install"
|
make_install_target="setup_dkms udev_install daemon_install xdg_install
|
||||||
|
python_library_install"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-openrazer"
|
depends="python3-openrazer"
|
||||||
short_desc="Meta package for installing all required OpenRazer packages"
|
short_desc="Meta package for installing all required OpenRazer packages"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://openrazer.github.io"
|
homepage="https://openrazer.github.io"
|
||||||
distfiles="https://github.com/openrazer/openrazer/releases/download/v${version}/openrazer-${version}.tar.xz"
|
distfiles="https://github.com/openrazer/openrazer/releases/download/v${version}/openrazer-${version}.tar.xz"
|
||||||
checksum=332ee525696ae1bb831f22bf2c699f028fbc8053445aaf6e5c9c2a2dc2760853
|
checksum=7cae0b3eebe2f3435521a109fdeb0da68c45e46d931fd3ec7ea354c4502c4e41
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
:
|
:
|
||||||
|
|
Loading…
Reference in New Issue