summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-10-04 15:41:05 +0200
committerMartin T. H. Sandsmark2020-10-04 15:41:05 +0200
commit72864965283dcee14bd2417b6a60bb2761cb5f6f (patch)
treeb61220aa6efa50dbf594f0bec5a1622e1025dc39
parent6e4c50ac65139fff3d1c66917e4d91b27f64f4e5 (diff)
downloadaur-jpeg2png-git.tar.gz
better description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b2aca6b895..36ca1dd5adf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = jpeg2png-git
- pkgdesc = Finds the smoothest possible picture that encodes to the given JPEG file.
+ pkgdesc = Finds the smoothest PNG that encodes to the given JPEG file, aka. a good JPEG decoder.
pkgver = r144.04054a2
pkgrel = 1
url = https://github.com/sandsmark/jpeg2png
diff --git a/PKGBUILD b/PKGBUILD
index 925f3fbd7908..cfa90d8b0865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=jpeg2png-git
pkgver=r144.04054a2
pkgrel=1
_abiver=5
-pkgdesc='Finds the smoothest possible picture that encodes to the given JPEG file.'
+pkgdesc='Finds the smoothest PNG that encodes to the given JPEG file, aka. a good JPEG decoder.'
arch=('x86_64' 'i686')
url='https://github.com/sandsmark/jpeg2png'
license=('GPL3')