summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af3070ee6df2..d396792849cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=mingw-w64-libjpeg
-pkgver=9e
+pkgver=9f
pkgrel=1
pkgdesc="JPEG image compression (mingw-w64)"
arch=(any)
-url="http://ijg.rg/"
-license=("custom")
+url="https://ijg.org/"
+license=("LicenseRef-custom")
makedepends=(mingw-w64-configure)
depends=(mingw-w64-crt)
options=(!libtool !strip !buildflags)
conflicts=(mingw-w64-libjpeg-turbo)
provides=(mingw-w64-libjpeg-turbo)
-source=("http://www.ijg.org/files/jpegsrc.v$pkgver.tar.gz")
-sha256sums=('4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d')
+source=("https://ijg.org/files/jpegsrc.v$pkgver.tar.gz")
+sha256sums=('04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"