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

Antonio Rojas arojas at archlinux.org
Mon May 20 20:29:05 UTC 2019


    Date: Monday, May 20, 2019 @ 20:29:05
  Author: arojas
Revision: 468132

https

Modified:
  physfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 19:16:05 UTC (rev 468131)
+++ PKGBUILD	2019-05-20 20:29:05 UTC (rev 468132)
@@ -5,11 +5,11 @@
 pkgrel=1
 pkgdesc="A library to provide abstract access to various archives"
 arch=('x86_64')
-url="http://icculus.org/physfs/"
+url="https://icculus.org/physfs/"
 license=('ZLIB')
 depends=('zlib')
 makedepends=('cmake' 'doxygen')
-source=(http://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
+source=(https://icculus.org/physfs/downloads/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('6a15c458898d0570101d8f173201cde9ced78df7')
 
 build() {



More information about the arch-commits mailing list