Date: Saturday, February 22, 2020 @ 20:33:32 Author: heftig Revision: 376056
0.7.17-1 Modified: appstream-glib/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-22 19:40:21 UTC (rev 376055) +++ PKGBUILD 2020-02-22 20:33:32 UTC (rev 376056) @@ -1,8 +1,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=appstream-glib -pkgver=0.7.16 -pkgrel=2 +pkgver=0.7.17 +pkgrel=1 pkgdesc="Objects and methods for reading and writing AppStream metadata" url="https://people.freedesktop.org/~hughsient/appstream-glib/" arch=(x86_64) @@ -9,10 +9,10 @@ license=(LGPL) depends=(gtk3 libyaml pacman gcab libsoup libstemmer) makedepends=(gobject-introspection gtk-doc git gperf meson) -provides=(appdata-tools) +provides=(appdata-tools libappstream-glib.so) conflicts=(appdata-tools) replaces=(appdata-tools) -_commit=230e2da082d9754858330c3e262a9d44f816def1 # tags/appstream_glib_0_7_16^0 +_commit=93f614add2377465bc7bd24a9a99c8ae28e2342f # tags/appstream_glib_0_7_17^0 source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit") sha256sums=('SKIP')
