* update appstream to 1.0.1-1
This commit is contained in:
parent
80f4bedf22
commit
a395e1b2ac
@ -7,12 +7,12 @@ pkgbase=appstream
|
||||
pkgname=(appstream
|
||||
appstream-qt5
|
||||
appstream-qt)
|
||||
pkgver=1.0.0
|
||||
pkgrel=4
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='Provides a standard for creating app stores across distributions'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://distributions.freedesktop.org/wiki/AppStream'
|
||||
license=(GPL)
|
||||
license=(LGPL-2.1-or-later)
|
||||
depends=(cairo
|
||||
curl
|
||||
fontconfig
|
||||
@ -39,18 +39,12 @@ makedepends=(gi-docgen
|
||||
vala
|
||||
xmlto)
|
||||
source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz{,.asc}
|
||||
update-appstream-cache.hook
|
||||
fix-qt5-link-target.patch)
|
||||
sha256sums=('ef23477a380e8b525e92cfa87687f1146b9cef74c641349a1ae11250be5401d0'
|
||||
update-appstream-cache.hook)
|
||||
sha256sums=('fa4d5994e5c6f22e9b66cb0b52e8b5f5d96e7353ea5528b56436e0150829203b'
|
||||
'SKIP'
|
||||
'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb'
|
||||
'eac31f15d1e33968ab5ca678fc32fc0cd4c09c30ecbc457cbd490a00959d4c04')
|
||||
'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
|
||||
validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias@tenstral.net>
|
||||
|
||||
prepare() {
|
||||
patch -d AppStream-$pkgver -p1 < fix-qt5-link-target.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
meson build AppStream-$pkgver \
|
||||
--prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user