temp/gnome-software-plugin-apk: upgrade to v0.10.0
This commit is contained in:
parent
06d57aef2d
commit
b630c1a3d1
1 changed files with 9 additions and 4 deletions
|
@ -2,14 +2,15 @@
|
||||||
|
|
||||||
pkgname=gnome-software-plugin-apk
|
pkgname=gnome-software-plugin-apk
|
||||||
pkgver=9999
|
pkgver=9999
|
||||||
_pkgver=0.9.2
|
_pkgver=0.10.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="APK plugin for GNOME Software"
|
pkgdesc="APK plugin for GNOME Software"
|
||||||
url="https://github.com/Cogitri/gnome-software-plugin-apk"
|
url="https://github.com/Cogitri/gnome-software-plugin-apk"
|
||||||
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs
|
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
makedepends="meson gnome-software-dev apk-polkit-rs-dev"
|
makedepends="meson gnome-software-dev apk-polkit-rs-dev"
|
||||||
options="!check" # no tests
|
checkdepens="py3-dbusmock"
|
||||||
|
options="!check" # tests will fail if gnome-software-plugin-apk is installed
|
||||||
subpackages="$pkgname-dbg"
|
subpackages="$pkgname-dbg"
|
||||||
source="$pkgname-$_pkgver.tar.gz::https://github.com/Cogitri/gnome-software-plugin-apk/archive/v$_pkgver.tar.gz"
|
source="$pkgname-$_pkgver.tar.gz::https://github.com/Cogitri/gnome-software-plugin-apk/archive/v$_pkgver.tar.gz"
|
||||||
install_if="gnome-software"
|
install_if="gnome-software"
|
||||||
|
@ -24,6 +25,10 @@ package() {
|
||||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
meson test --no-rebuild -C output
|
||||||
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
ad43fb7faa4b1915166c5513316573fddda5491f2a46300e66219198deb6aa4df2388897dc4f8fd4135548cd67da4201fde1acb48957b35474859b75ff222f81 gnome-software-plugin-apk-0.9.2.tar.gz
|
070812ebd5da29f0b88dab3875600f2a17bb9df30dea4db8682d9c4a3878006b4e25c28b1b58bc12e6712b10c4c708da70368695d82ab8e5ed07543ba3406955 gnome-software-plugin-apk-0.10.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue