Skip to content
Snippets Groups Projects
Commit 64676a76 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.12.3-1

parent 0e2b0ab3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=libgexiv2
pkgver=0.12.2
pkgver=0.12.3
pkgrel=1
pkgdesc='GObject-based wrapper around the Exiv2 library'
url='https://wiki.gnome.org/Projects/gexiv2'
......@@ -24,5 +24,8 @@ check() {
}
package() {
DESTDIR="$pkgdir" meson install -C build
depends+=(libg{lib,object,io}-2.0.so libexiv2.so)
provides+=(libgexiv2.so)
meson install -C build --destdir "$pkgdir"
}
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