popt: Fix download URL. Reset pkgrel

This commit is contained in:
Alexey Pavlov
2017-01-31 08:25:59 +03:00
parent 1b3f9b3e18
commit d8e05b30db

View File

@@ -4,7 +4,7 @@ _realname=popt
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.16
pkgrel=4
pkgrel=1
pkgdesc="C library for parsing command line parameters (mingw-w64)"
arch=('any')
url="http://www.rpm5.org/"
@@ -12,7 +12,8 @@ license=("MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-gettext")
options=('staticlibs' 'strip')
source=("http://rpm5.org/files/popt/popt-${pkgver}.tar.gz"
source=(#"http://rpm5.org/files/popt/popt-${pkgver}.tar.gz"
ftp://anduin.linuxfromscratch.org/BLFS/popt/popt-${pkgver}.tar.gz
"0001-nl_langinfo.mingw32.patch"
"197416.all.patch"
"217602.all.patch"