diff options
Diffstat (limited to 'main/gobject-introspection')
-rw-r--r-- | main/gobject-introspection/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD index 018ed6484f..d1e6935b49 100644 --- a/main/gobject-introspection/APKBUILD +++ b/main/gobject-introspection/APKBUILD @@ -1,19 +1,17 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gobject-introspection -pkgver=1.54.1 -pkgrel=1 +pkgver=1.56.1 +pkgrel=0 pkgdesc="Introspection system for GObject-based libraries" -url="http://live.gnome.org/GObjectIntrospection" +url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" arch="all" license="LGPL-2.0+, GPL-2.0+, MIT" -depends= depends_dev="python3 cairo-dev libtool" makedepends="$depends_dev glib-dev libffi-dev flex bison python3-dev" subpackages="$pkgname-doc $pkgname-dev" replaces="libgirepository" checkdepends="sed" -source="http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - " +source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" build() { cd "$builddir" @@ -45,4 +43,4 @@ dev() { replaces="gobject-introspection" } -sha512sums="e9ebf9072f0986017c7608e23559918182926da910bb6c5bc9265ba98bcafbf276b8466b35be8ef4953e31d72710a1c91aeecccda42ba8d0cb91801df32d1186 gobject-introspection-1.54.1.tar.xz" +sha512sums="2bfcd45b8c5ad68a3f6550c2f80a6804db0e1a72ffaf4fdd3cec3d8acc23e79ad14bb5bf612fe26fc896691839ab19ca8dd1c9994db14d730e56fa79df9d973d gobject-introspection-1.56.1.tar.xz" |