Date: Friday, January 8, 2021 @ 14:33:16 Author: arodseth Revision: 813934
upgpkg: libgexiv2 0.12.1-4 Modified: libgexiv2/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-08 14:19:06 UTC (rev 813933) +++ PKGBUILD 2021-01-08 14:33:16 UTC (rev 813934) @@ -3,15 +3,14 @@ pkgname=libgexiv2 pkgver=0.12.1 -pkgrel=3 +pkgrel=4 pkgdesc='GObject-based wrapper around the Exiv2 library' url='https://wiki.gnome.org/Projects/gexiv2' arch=(x86_64) license=(GPL2) depends=(exiv2 glib2) -makedepends=(git gobject-introspection meson python-gobject python2-gobject vala) -provides=(libgexiv2.so) -source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git#tag=gexiv2-$pkgver") +makedepends=(git gobject-introspection meson python-gobject vala) +source=("git+https://gitlab.gnome.org/GNOME/gexiv2#commit=a904953bb912ce383227a1a464bbc76b837046c7") # tag: gexiv2-0.12.1 sha256sums=('SKIP') build() { @@ -26,5 +25,3 @@ package() { DESTDIR="$pkgdir" meson install -C build } - -# vim: ts=2 sw=2 et:
