diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-09 12:08:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-09 12:08:27 +0000 |
commit | da36eda5c489eb2a3a617ceb746de459552e5fc4 (patch) | |
tree | 69f7ee872e62d55b26a2163fe80e29e263484d56 /main/wget/APKBUILD | |
parent | 401bc15a8f7c492321211021cb9c0ebb50facdcd (diff) | |
download | aports-da36eda5c489eb2a3a617ceb746de459552e5fc4.tar.bz2 aports-da36eda5c489eb2a3a617ceb746de459552e5fc4.tar.xz |
main/wget: remofe post-deinstall script
apk uses libfetch nowdays so we dont need the post-deinstall any more.
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index 320273372b..10e9b4e6f6 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=wget pkgver=1.16.3 -pkgrel=0 +pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" arch="all" @@ -10,7 +10,7 @@ license="GPL3+" depends="" makedepends="openssl-dev perl" subpackages="$pkgname-doc" -install="wget.post-deinstall" +install="" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver |