diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 11:49:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 11:49:08 +0000 |
commit | 0c820ae3691aef54172d22f3a2861dfef29daefc (patch) | |
tree | 100d0b48444b18c763ebc284dfcf87748145fcdd /main/glib | |
parent | 3be07f5d9f3f9b8b92a195d704fbbc0855f18f7a (diff) | |
download | aports-0c820ae3691aef54172d22f3a2861dfef29daefc.tar.bz2 aports-0c820ae3691aef54172d22f3a2861dfef29daefc.tar.xz |
main/glib: bump pkgrel to fix -dev's depend
Diffstat (limited to 'main/glib')
-rw-r--r-- | main/glib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD index d5e781ff78..70eb658b0b 100644 --- a/main/glib/APKBUILD +++ b/main/glib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib pkgver=2.44.0 -pkgrel=0 +pkgrel=1 pkgdesc="Common C routines used by Gtk+ and other libs" url="http://www.gtk.org" arch="all" |