summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Bandel2021-09-13 23:03:27 +0200
committerOliver Bandel2021-09-13 23:03:27 +0200
commit6ea893da1848356dc2845baf4815faa42a26fd01 (patch)
tree4c46a14905958021963129e07cad7ef04256a892 /PKGBUILD
parente7d748b018180b46584dbf51fb39ee0e96be81b6 (diff)
downloadaur-md5jpegdata.tar.gz
Links to sources updated (http -> https).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e00ce646c616..2fb3b6cdfb5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=md5jpegdata
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to calculate the MD5 hashsum of the pure data part of a jpeg-file"
arch=('i686' 'x86_64')
license=('GPL3')
-source=(http://www.first.in-berlin.de/software/tools/md5jpegdata/md5jpegdata-1.2.tar.gz)
+source=(https://www.first.in-berlin.de/software/tools/md5jpegdata/md5jpegdata-1.2.tar.gz)
md5sums=('780a1378d278c9d4d9d9d3f25c42dd43')
-url="http://www.first.in-berlin.de/software/tools/md5jpegdata/"
+url="https://www.first.in-berlin.de/software/tools/md5jpegdata/"
depends=('libgcrypt' 'libjpeg-turbo')
options=(!makeflags)