diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 08:26:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 08:26:51 +0000 |
commit | b4eecaf058de2e73819dff5e48cdbcf1eb3612ba (patch) | |
tree | 7b0a454f9e31d2ceace3ae5f4041d2965db5a3d7 /main/wget | |
parent | cff79a00ec4dc26a3caa16c174a07a3948da4810 (diff) | |
download | aports-b4eecaf058de2e73819dff5e48cdbcf1eb3612ba.tar.bz2 aports-b4eecaf058de2e73819dff5e48cdbcf1eb3612ba.tar.xz |
main/[various]: bump pkgrel to force rebuild against nptl
Diffstat (limited to 'main/wget')
-rw-r--r-- | main/wget/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index 8f377ecbab..c5ea9891cf 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter at gmail> pkgname=wget pkgver=1.12 -pkgrel=0 +pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" license="GPL3" |