Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
appstream


Commits:
806237cc by Antonio Rojas at 2024-04-24T23:19:56+02:00
upgpkg: 1.0.3-1: Update to 1.0.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = appstream
        pkgdesc = Provides a standard for creating app stores across 
distributions
-       pkgver = 1.0.2
+       pkgver = 1.0.3
        pkgrel = 1
        url = https://distributions.freedesktop.org/wiki/AppStream
        arch = x86_64
        license = LGPL-2.1-or-later
        makedepends = gi-docgen
+       makedepends = git
        makedepends = gobject-introspection
        makedepends = gperf
        makedepends = itstool
@@ -30,12 +31,10 @@ pkgbase = appstream
        depends = pango
        depends = systemd-libs
        depends = zstd
-       source = 
https://www.freedesktop.org/software/appstream/releases/AppStream-1.0.2.tar.xz
-       source = 
https://www.freedesktop.org/software/appstream/releases/AppStream-1.0.2.tar.xz.asc
+       source = git+https://github.com/ximion/appstream#tag=v1.0.3?signed
        source = update-appstream-cache.hook
        validpgpkeys = D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB
-       sha256sums = 
1a5148ca97dcbf5eb6e9c380278bb0d20938569292ea8652df1b3cac8bd2736b
-       sha256sums = SKIP
+       sha256sums = 
2cab23b2cb57c5598aea4d99e657e20fbb806d8225aa4a201bf662e9fb1e4a63
        sha256sums = 
edc632e4a76ebe5efc76a56fe5f797e5c981cca6f2f0111c7ce0170d1330c788
 
 pkgname = appstream


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgbase=appstream
 pkgname=(appstream
          appstream-qt5
          appstream-qt)
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='Provides a standard for creating app stores across distributions'
 arch=(x86_64)
@@ -29,6 +29,7 @@ depends=(cairo
          systemd-libs
          zstd)
 makedepends=(gi-docgen
+             git
              gobject-introspection
              gperf
              itstool
@@ -37,15 +38,14 @@ makedepends=(gi-docgen
              qt6-tools
              vala
              xmlto)
-source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz{,.asc}
+source=(git+https://github.com/ximion/appstream#tag=v$pkgver?signed
         update-appstream-cache.hook)
-sha256sums=('1a5148ca97dcbf5eb6e9c380278bb0d20938569292ea8652df1b3cac8bd2736b'
-            'SKIP'
+sha256sums=('2cab23b2cb57c5598aea4d99e657e20fbb806d8225aa4a201bf662e9fb1e4a63'
             'edc632e4a76ebe5efc76a56fe5f797e5c981cca6f2f0111c7ce0170d1330c788')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 
<matth...@tenstral.net>
 
 build() {
-  meson build AppStream-$pkgver \
+  meson build appstream \
     --prefix=/usr \
     --libexecdir=lib \
     -Dqt=true \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/appstream/-/commit/806237cca4805ab123997a0271635bdd548db679

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/appstream/-/commit/806237cca4805ab123997a0271635bdd548db679
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to