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

Antonio Rojas arojas at archlinux.org
Mon May 20 20:32:17 UTC 2019


    Date: Monday, May 20, 2019 @ 20:32:17
  Author: arojas
Revision: 353660

https

Modified:
  pth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 20:31:47 UTC (rev 353659)
+++ PKGBUILD	2019-05-20 20:32:17 UTC (rev 353660)
@@ -4,11 +4,11 @@
 pkgrel=6
 pkgdesc="The GNU Portable Threads."
 arch=('x86_64')
-url="http://www.gnu.org/software/pth/"
+url="https://www.gnu.org/software/pth/"
 license=('LGPL')
 depends=('glibc' 'awk')
 options=('!makeflags')
-source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
+source=(https://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
 sha512sums=('f79d74047c50e06f3198356f88647c5c1c8a04ebdd94641fc31d5ab0fd2750d86615fcb81da2f98d7ea73d012a501195d3fa09060571d18dcfdaec5d7a0ecb12'
             'SKIP')
 validpgpkeys=('4E23E878D41A0A88EDFCFA5A6E744ACBA9C09E30')  # Ralf Engelschall



More information about the arch-commits mailing list