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

Christian Hesse eworm at archlinux.org
Thu Feb 28 08:10:35 UTC 2019


    Date: Thursday, February 28, 2019 @ 08:10:34
  Author: eworm
Revision: 346934

fix download url

Modified:
  pcre2/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-28 07:54:57 UTC (rev 346933)
+++ PKGBUILD	2019-02-28 08:10:34 UTC (rev 346934)
@@ -13,7 +13,7 @@
 url='https://www.pcre.org/'
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=("https://ftp.pcre.org/pub/pcre/$_pkgname-$pkgver.tar.bz2"{,.sig})
+source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
 sha512sums=('3d712e7d6afbaef227952680ded69fadbdec0b1abdfcac17cf071415c3c93edd152d6d268dec80570aedf24f82ba954f74f5f9e62c9b9991be75080a3d6ab5fe'
             'SKIP')
 validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8')  # Philip Hazel



More information about the arch-commits mailing list