Date: Tuesday, August 22, 2017 @ 17:12:24
  Author: arojas
Revision: 303271

https

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-22 17:09:17 UTC (rev 303270)
+++ PKGBUILD    2017-08-22 17:12:24 UTC (rev 303271)
@@ -11,10 +11,10 @@
 pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
-url="http://www.libraw.org/";
+url="https://www.libraw.org/";
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
 sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')
 
 build() {

Reply via email to