diff --git a/core/wget/PKGBUILD b/extra/wget/PKGBUILD similarity index 93% rename from core/wget/PKGBUILD rename to extra/wget/PKGBUILD index 1b8d476d3..583070661 100755 --- a/core/wget/PKGBUILD +++ b/extra/wget/PKGBUILD @@ -4,22 +4,19 @@ # ALARM changes: ONLY added libidn and libsigsegv to depends, -plugrel=1 - pkgname=wget -pkgver=1.13.4 +pkgver=1.14 pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" arch=('i686' 'x86_64') url="http://www.gnu.org/software/wget/wget.html" license=('GPL3') -groups=('base') depends=('glibc' 'openssl' 'libidn' 'libsigsegv') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') install=wget.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz) -md5sums=('7f518b3a71e9efd330e9a0c3714f8463') +md5sums=('316f6f59292c9098ad81fd54f658c579') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/core/wget/wget.install b/extra/wget/wget.install similarity index 100% rename from core/wget/wget.install rename to extra/wget/wget.install