summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69497eb408fe..ba820451a219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = jpeginfo
pkgdesc = Jpeg information utility
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://www.kokkonen.net/tjko/projects.html
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
depends = libjpeg
- source = https://www.kokkonen.net/tjko/src/jpeginfo-1.7.0.tar.gz
- sha256sums = dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659
+ source = https://www.kokkonen.net/tjko/src/jpeginfo-1.7.1.tar.gz
+ sha256sums = 274f6be23fd089bd9e8715b67643a66ca2f63a503028bdea3e571228d50b669e
pkgname = jpeginfo
diff --git a/PKGBUILD b/PKGBUILD
index 333c373cb35b..e63e0d095efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,23 @@
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Maintainer: Pieter Lenaerts <pieter.aj.lenaerts@gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=jpeginfo
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Jpeg information utility"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://www.kokkonen.net/tjko/projects.html"
license=('GPL')
depends=('libjpeg')
source=(https://www.kokkonen.net/tjko/src/$pkgname-$pkgver.tar.gz)
-sha256sums=('dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659')
+sha256sums=('274f6be23fd089bd9e8715b67643a66ca2f63a503028bdea3e571228d50b669e')
build() {
cd $pkgname-$pkgver
+ # Autotools are from 2003. We have to update local macros.
+ aclocal
+
unset CPPFLAGS # workaround unable to find jpeglib
./configure --prefix=/usr
make