summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-07-13 18:48:05 +0330
committerBehnam Momeni2023-07-13 18:48:05 +0330
commit2594ced205c34c7a9e6be7f480fb26daffca117a (patch)
tree822b7dd9c10eb0cd79115f64c8073b733a379acd
parent48d42fe755352d05468fd51ffd89ef8cc1b9282e (diff)
downloadaur-2594ced205c34c7a9e6be7f480fb26daffca117a.tar.gz
Update makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3fb46942c9..b45348a23cc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Jun 30 05:58:06 UTC 2023
+# Thu Jul 13 15:16:46 UTC 2023
pkgbase = lib32-libgexiv2
pkgdesc = GObject-based wrapper around the Exiv2 library (32-bit)
pkgver = 0.14.1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Projects/gexiv2
arch = x86_64
license = GPL2
makedepends = gobject-introspection
makedepends = meson
makedepends = python-gobject
- makedepends = python2-gobject
makedepends = vala
+ makedepends = lib32-gobject-introspection-runtime
depends = lib32-exiv2
depends = lib32-glib2
depends = libgexiv2
diff --git a/PKGBUILD b/PKGBUILD
index 8b2eaa10e2f7..e25bdfbd2222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
pkgname=lib32-libgexiv2
_pkgbase=gexiv2
pkgver=0.14.1
-pkgrel=1
+pkgrel=2
pkgdesc="GObject-based wrapper around the Exiv2 library (32-bit)"
url="https://wiki.gnome.org/Projects/gexiv2"
arch=('x86_64')
license=('GPL2')
depends=('lib32-exiv2' 'lib32-glib2' 'libgexiv2')
-makedepends=('gobject-introspection' 'meson' 'python-gobject' 'python2-gobject' 'vala')
+makedepends=('gobject-introspection' 'meson' 'python-gobject' 'vala'
+ 'lib32-gobject-introspection-runtime')
source=("https://gitlab.gnome.org/GNOME/${_pkgbase}/-/archive/${_pkgbase}-${pkgver}/${_pkgbase}-${_pkgbase}-${pkgver}.tar.gz"
"https://gitlab.gnome.org/GNOME/${_pkgbase}/-/commit/06adc8fb.patch"
"fix-32bit-compat.patch"
@@ -32,7 +33,7 @@ build() {
export CFLAGS="-m32"
export CXXFLAGS="-m32"
arch-meson "${_pkgbase}-${_pkgbase}-${pkgver}" "build" \
- -Dgtk_doc=true \
+ -Dgtk_doc=false \
--cross-file x86-linux-gnu
meson compile -C "build"
}