Skip to content
Snippets Groups Projects
Commit 0cc431a0 authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 0.12.1-4

parent c95f66c5
No related branches found
No related tags found
No related merge requests found
...@@ -3,15 +3,14 @@ ...@@ -3,15 +3,14 @@
pkgname=libgexiv2 pkgname=libgexiv2
pkgver=0.12.1 pkgver=0.12.1
pkgrel=3 pkgrel=4
pkgdesc='GObject-based wrapper around the Exiv2 library' pkgdesc='GObject-based wrapper around the Exiv2 library'
url='https://wiki.gnome.org/Projects/gexiv2' url='https://wiki.gnome.org/Projects/gexiv2'
arch=(x86_64) arch=(x86_64)
license=(GPL2) license=(GPL2)
depends=(exiv2 glib2) depends=(exiv2 glib2)
makedepends=(git gobject-introspection meson python-gobject python2-gobject vala) makedepends=(git gobject-introspection meson python-gobject vala)
provides=(libgexiv2.so) source=("git+https://gitlab.gnome.org/GNOME/gexiv2#commit=a904953bb912ce383227a1a464bbc76b837046c7") # tag: gexiv2-0.12.1
source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git#tag=gexiv2-$pkgver")
sha256sums=('SKIP') sha256sums=('SKIP')
build() { build() {
...@@ -26,5 +25,3 @@ check() { ...@@ -26,5 +25,3 @@ check() {
package() { package() {
DESTDIR="$pkgdir" meson install -C build DESTDIR="$pkgdir" meson install -C build
} }
# vim: ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment