From 308d3fd3cd3661446323090e4273ec31da743458 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 18 Feb 2022 21:08:01 +0100 Subject: Improve PKGBUILD for lib32-libjson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- lib32-libjson/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib32-libjson/PKGBUILD b/lib32-libjson/PKGBUILD index f6cd236..d5d275a 100644 --- a/lib32-libjson/PKGBUILD +++ b/lib32-libjson/PKGBUILD @@ -6,13 +6,13 @@ pkgver='0.8' pkgrel='1' pkgdesc="Small C library and small codebase that packs an efficient parser and a configurable printer (32-bit version)" arch=('x86_64') -url="http://projects.snarc.org/libjson/" +url="https://projects.snarc.org/libjson/" license=('LGPL') depends=(lib32-glibc $_pkgbasename) makedepends=(gcc-multilib) options=(!libtool !makeflags) -source=('http://projects.snarc.org/libjson/download/libjson-0.8.tar.gz') -md5sums=('f8eddc87510d399a2532a9b0d74c2455') +source=("https://projects.snarc.org/libjson/download/libjson-${pkgver}.tar.gz") +sha256sums=('4f0e717a8edc6ede5c4d900d810165ca91f033b2863989daaeaf1b3fe5ea0ad6') build() { cd "${srcdir}/${_pkgbasename}-${pkgver}" -- cgit v1.2.3-70-g09d2