summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')