summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Lenaerts2023-11-04 08:28:31 +0100
committerPieter Lenaerts2023-11-04 08:28:31 +0100
commitd498ace42ad159373af1009809aa9b270531a122 (patch)
tree26d645365395846e12d49d5449e3423ffe783ef6 /PKGBUILD
parent4ed9bd2cc23447cbc59fde62e37593bbd8a1b9a4 (diff)
downloadaur-jpeginfo.tar.gz
Updated to 1.7.1-1, use aclocal and adopted.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
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