Date: Wednesday, August 10, 2022 @ 13:21:26 Author: heftig Revision: 452514
0.8.1-1 Modified: appstream-glib/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-10 12:14:32 UTC (rev 452513) +++ PKGBUILD 2022-08-10 13:21:26 UTC (rev 452514) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=appstream-glib -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="Objects and methods for reading and writing AppStream metadata" url="https://people.freedesktop.org/~hughsient/appstream-glib/" @@ -14,7 +14,7 @@ conflicts=(appdata-tools) replaces=(appdata-tools) options=(debug) -_commit=fc9f22621846b0411173be176f06ea7c7a60b172 # tags/appstream_glib_0_8_0^0 +_commit=28c985bec286385504c5303a8f29eab4082f5afd # tags/appstream_glib_0_8_1^0 source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit") sha256sums=('SKIP') @@ -25,9 +25,6 @@ prepare() { cd $pkgname - - # https://github.com/hughsie/appstream-glib/issues/445 - git cherry-pick -n 3870226a3585 8d3964003275 674490bd54ff } build() {
