albert: update to 0.14.16.
This commit is contained in:
parent
def653de77
commit
10ba9026c5
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'albert'
|
# Template file for 'albert'
|
||||||
pkgname=albert
|
pkgname=albert
|
||||||
version=0.14.15
|
version=0.14.16
|
||||||
revision=1
|
revision=1
|
||||||
_plugins_hash=caa38cfa1ba6289ee2fc4913ea70d49fd761244e
|
_plugins_hash=c92234731b5dae3baca6eb4e0561cd7ee90e7b56
|
||||||
_pybind_version=2.2.1
|
_pybind_version=2.2.2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
||||||
hostmakedepends="git qt5-host-tools qt5-qmake"
|
hostmakedepends="git qt5-host-tools qt5-qmake"
|
||||||
|
@ -18,9 +18,9 @@ homepage="https://github.com/albertlauncher/albert"
|
||||||
distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz
|
distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz
|
||||||
https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz
|
https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz
|
||||||
https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz"
|
https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz"
|
||||||
checksum="4d5cd395c1b3fc2c5ff1688e60dd4e1a9f90e925f76cccba4ea13a6cd5d27b1c
|
checksum="971ed5cd366488219d3d82c74852818362d940031a80bd1361646f8a56f9bbd8
|
||||||
5a095404fa314c57086acecdd009f4541024e305d85a0bb6f6cdc3969ec429ac
|
7755a417ce06f031899e3315c9f631d08b3e4400ec237c93eca92a5446f94f39
|
||||||
f8bd1509578b2a1e7407d52e6ee8afe64268909a1bbda620ca407318598927e7"
|
b639a2b2cbf1c467849660801c4665ffc1a4d0a9e153ae1996ed6f21c492064e"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cp -rup ${wrksrc}/../plugins-*/* ${wrksrc}/plugins
|
cp -rup ${wrksrc}/../plugins-*/* ${wrksrc}/plugins
|
||||||
|
|
Loading…
Reference in New Issue