[arch-commits] Commit in popt/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Nov 21 08:58:17 UTC 2019


    Date: Thursday, November 21, 2019 @ 08:58:17
  Author: jelle
Revision: 369535

upgpkg: popt 1.16-12

Update source url to debian, rpm5.org's domain does not resolve since
2019-06-13. Fixes FS#62888

Modified:
  popt/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-21 08:49:34 UTC (rev 369534)
+++ PKGBUILD	2019-11-21 08:58:17 UTC (rev 369535)
@@ -2,7 +2,7 @@
 
 pkgname=popt
 pkgver=1.16
-pkgrel=11
+pkgrel=12
 pkgdesc="A commandline option parser"
 arch=('x86_64')
 url="http://rpm5.org"
@@ -9,7 +9,8 @@
 license=('custom')
 depends=('glibc')
 options=('staticlibs')
-source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+#source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=("${pkgname}-${pkgver}.tar.gz::https://deb.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
 sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
 
 build() {



More information about the arch-commits mailing list