summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrrossum2024-02-13 14:59:22 +0100
committerdrrossum2024-02-13 14:59:22 +0100
commit6931a83bf9e581ac80a582c3cafef9842a6310e5 (patch)
tree2b5445c9d39e98cd4ed508686d6f6b2a3f99b8b6 /PKGBUILD
parentf6ef3515ff0b2b29a69422d512916b1b29af9dd8 (diff)
downloadaur-6931a83bf9e581ac80a582c3cafef9842a6310e5.tar.gz
Update license string
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a22aa28c68cc..3952db184f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver_=${pkgver//./_}
pkgrel=1
pkgdesc="A small command-line utility to show EXIF information hidden in JPEG files."
arch=(i686 x86_64)
-license=('LGPL')
+license=('LGPL-2.1-or-later')
url="https://github.com/libexif/exif/releases"
depends=('libexif' 'popt')
source=(https://github.com/libexif/exif/releases/download/${pkgname}-${pkgver_}-release/${pkgname}-${pkgver}.tar.xz)