Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
appstream
Commits:
d23272a2 by Antonio Rojas at 2026-01-28T22:55:52+01:00
upgpkg: 1.1.2-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = appstream
pkgdesc = Provides a standard for creating app stores across
distributions
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://distributions.freedesktop.org/wiki/AppStream
arch = x86_64
license = LGPL-2.1-or-later
+ makedepends = bash-completion
makedepends = gi-docgen
makedepends = git
makedepends = glib2-devel
@@ -31,10 +32,10 @@ pkgbase = appstream
depends = pango
depends = systemd-libs
depends = zstd
- source = git+https://github.com/ximion/appstream#tag=v1.1.1?signed
+ source = git+https://github.com/ximion/appstream#tag=v1.1.2?signed
source = update-appstream-cache.hook
validpgpkeys = D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB
- sha256sums =
a50d1a6ae1ba71bb75f8e3772c6cb064a0ebc55ff55c41b4cdf492eb3dbde317
+ sha256sums =
ddc40e0d569bc900eee1b6d35eb6d936901dacac632c37c46f0c3178289f00a3
sha256sums =
edc632e4a76ebe5efc76a56fe5f797e5c981cca6f2f0111c7ce0170d1330c788
pkgname = appstream
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase=appstream
pkgname=(appstream
appstream-qt)
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='Provides a standard for creating app stores across distributions'
arch=(x86_64)
@@ -27,7 +27,8 @@ depends=(cairo
pango
systemd-libs
zstd)
-makedepends=(gi-docgen
+makedepends=(bash-completion
+ gi-docgen
git
glib2-devel
gobject-introspection
@@ -39,7 +40,7 @@ makedepends=(gi-docgen
xmlto)
source=(git+https://github.com/ximion/appstream#tag=v$pkgver?signed
update-appstream-cache.hook)
-sha256sums=('a50d1a6ae1ba71bb75f8e3772c6cb064a0ebc55ff55c41b4cdf492eb3dbde317'
+sha256sums=('ddc40e0d569bc900eee1b6d35eb6d936901dacac632c37c46f0c3178289f00a3'
'edc632e4a76ebe5efc76a56fe5f797e5c981cca6f2f0111c7ce0170d1330c788')
validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/appstream/-/commit/d23272a27a422b662b89f558ce033810a7592c51
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/appstream/-/commit/d23272a27a422b662b89f558ce033810a7592c51
You're receiving this email because of your account on gitlab.archlinux.org.