diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 11:36:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 11:37:18 +0000 |
commit | c432d780977ffd074c8f268d19d9fd233a74eb02 (patch) | |
tree | f7d2cad406499bb023c8f790c129b940b2997788 /main | |
parent | 43a4fe6b8092a0542b02452e37d0dd0411e731fc (diff) | |
download | aports-c432d780977ffd074c8f268d19d9fd233a74eb02.tar.bz2 aports-c432d780977ffd074c8f268d19d9fd233a74eb02.tar.xz |
main/gettext: bump pkgrel to fix depends of -dev
Diffstat (limited to 'main')
-rw-r--r-- | main/gettext/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD index a47160caab..f12e324ec5 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=gettext pkgver=0.19.4 -pkgrel=0 +pkgrel=1 pkgdesc="GNU locale utilities" url="http://www.gnu.org/software/gettext/gettext.html" arch="all" |