git » poppler-data.git » commit ce3d2bb

https sources / gpg signature fixes

author Andreas Radke
2017-01-17 20:25:42 UTC
committer Andreas Radke
2017-01-17 20:25:42 UTC
parent af2ce83712a835fff980a11491fbe36d6df36085

https sources / gpg signature fixes

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index c60a073..b9ba8e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="Encoding data for the poppler PDF rendering library"
 arch=('any')
 license=('custom' 'GPL2')
 conflicts=('poppler<0.10.5')
-url="http://poppler.freedesktop.org/"
-source=(http://poppler.freedesktop.org/${pkgname}-${pkgver}.tar.gz)
+url="https://poppler.freedesktop.org/"
+source=(https://poppler.freedesktop.org/${pkgname}-${pkgver}.tar.gz)
 md5sums=('636a8f2b9f6df9e7ced8ec0946961eaf')
 
 package() {