summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff93c6eb55fd..0689fd08bd05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Sep 21 19:17:44 UTC 2021
+# Wed Jan 31 20:08:40 UTC 2024
pkgbase = pngcheck
- pkgdesc = Verifies the integrity of PNG, JNG and MNG files by checking the CRCs and decompressing the image data
+ pkgdesc = Verifies the integrity of PNG, JNG and MNG files
pkgver = 3.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.libpng.org/pub/png/apps/pngcheck.html
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-2.0 OR X11
makedepends = libpng
depends = libpng
source = http://www.libpng.org/pub/png/src/pngcheck-3.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index dd28d6495e9d..add2bc97cd57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Maintainer: Rudy Matela <rudy@matela.com.br>
pkgname=pngcheck
pkgver=3.0.3
-pkgrel=1
-pkgdesc="Verifies the integrity of PNG, JNG and MNG files by checking the CRCs and decompressing the image data"
+pkgrel=2
+pkgdesc="Verifies the integrity of PNG, JNG and MNG files"
arch=('i686' 'x86_64')
url="http://www.libpng.org/pub/png/apps/pngcheck.html"
-license=('GPL')
+license=('GPL-2.0 OR X11')
depends=('libpng')
makedepends=('libpng')
source=("http://www.libpng.org/pub/png/src/${pkgname}-${pkgver}.tar.gz"