diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-10 04:04:10 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-10 10:32:23 +0000 |
commit | defabc9612346b88f5295650d0c367bb923dee43 (patch) | |
tree | 3f9de154dab6b3c706e3908af0147bfffb3b5bcf /community/geocode-glib | |
parent | cec712ae862a9fef3ece5241e559aacb10e13c23 (diff) | |
download | aports-defabc9612346b88f5295650d0c367bb923dee43.tar.bz2 aports-defabc9612346b88f5295650d0c367bb923dee43.tar.xz |
community/geocode-glib: upgrade to 3.26.1
Diffstat (limited to 'community/geocode-glib')
-rw-r--r-- | community/geocode-glib/APKBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD index 5e3627da5e..111c86aca6 100644 --- a/community/geocode-glib/APKBUILD +++ b/community/geocode-glib/APKBUILD @@ -1,21 +1,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geocode-glib -pkgver=3.26.0 +pkgver=3.26.1 pkgrel=0 pkgdesc="Geocoding helper library" url="https://www.gnome.org/" arch="all" license="LGPL-2.0-or-later" -depends="" -depends_dev="" -makedepends="$depends_dev glib-dev gobject-introspection-dev intltool +makedepends="glib-dev gobject-introspection-dev intltool json-glib-dev libsoup-dev meson ninja gtk-doc" -install="" subpackages="$pkgname-dev $pkgname-doc" source="https://download.gnome.org/sources/geocode-glib/${pkgver%.*}/geocode-glib-$pkgver.tar.xz" -builddir="$srcdir"/geocode-glib-$pkgver - build() { mkdir -p "$builddir"/build cd "$builddir"/build @@ -39,4 +34,4 @@ package() { DESTDIR="$pkgdir" ninja install } -sha512sums="d0924673b669a29d04ad5f1d70797e98b67af3bc85edd8870d21d22d18ec8f2b93a13f94226e295ccb3c6e83d1545bdd2361ebacdbb1928c06b8beed36759838 geocode-glib-3.26.0.tar.xz" +sha512sums="0eb8e8a668c3950d06e77a379d375e2297cf7d95435aa8212715ddc36c3a57a53192e75dd0c82a2f2e7e558ea0e903a477c9dfa54f8cd2805d048fe46265d621 geocode-glib-3.26.1.tar.xz" |