Date: Saturday, February 20, 2021 @ 16:33:31 Author: heftig Revision: 866931
0.12.2-1 Modified: libgexiv2/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-20 16:26:27 UTC (rev 866930) +++ PKGBUILD 2021-02-20 16:33:31 UTC (rev 866931) @@ -2,8 +2,8 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libgexiv2 -pkgver=0.12.1 -pkgrel=4 +pkgver=0.12.2 +pkgrel=1 pkgdesc='GObject-based wrapper around the Exiv2 library' url='https://wiki.gnome.org/Projects/gexiv2' arch=(x86_64) @@ -10,11 +10,12 @@ license=(GPL2) depends=(exiv2 glib2) makedepends=(git gobject-introspection meson python-gobject vala) -source=("git+https://gitlab.gnome.org/GNOME/gexiv2#commit=a904953bb912ce383227a1a464bbc76b837046c7") # tag: gexiv2-0.12.1 +source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git?signed#tag=gexiv2-$pkgver") sha256sums=('SKIP') +validpgpkeys=('AC9CD4E32D7C7F6357BA8ADD10F6E970175D29E1') # Jens Georg <[email protected]> build() { - arch-meson gexiv2 build -Denable-gtk-doc=true + arch-meson gexiv2 build -D gtk_doc=true meson compile -C build }
