summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2015-09-15 04:19:19 +0300
committerozgursarier2015-09-15 04:19:19 +0300
commit420de14edc2b8a55c3ba8c98ed50e90b4b82824d (patch)
treec914d711e19e448cfdeb45fdf96164caa30c0e88
parent08badbd7460682b72925f54273963701b3eb1fd1 (diff)
downloadaur-420de14edc2b8a55c3ba8c98ed50e90b4b82824d.tar.gz
PKGBUILD fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f610dfbaed..b9e6f3badc4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = img2pdf-git
pkgdesc = Losslessly convert images to PDF without unnecessarily re-encoding JPEG and JPEG2000 files. Image quality is retained without unnecessarily increasing file size.
- pkgver = 0.1.6-git
+ pkgver = 0.1.6
pkgrel = 1
url = https://gitlab.mister-muffin.de/josch/img2pdf
arch = any
@@ -9,7 +9,7 @@ pkgbase = img2pdf-git
depends = python
depends = python-pillow
depends = python-setuptools
- provides = img2pdf=0.1.6-git
+ provides = img2pdf=0.1.6
conflicts = img2pdf
options = !emptydirs
source = git+http://gitlab.mister-muffin.de/josch/img2pdf.git
diff --git a/PKGBUILD b/PKGBUILD
index c33acc3568b1..bb2e416483b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=img2pdf
pkgname=img2pdf-git
-pkgver=0.1.6-git
+pkgver=0.1.6
pkgrel=1
pkgdesc="Losslessly convert images to PDF without unnecessarily re-encoding JPEG and JPEG2000 files. Image quality is retained without unnecessarily increasing file size."
arch=('any')