summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2016-02-29 00:39:45 +0200
committerozgursarier2016-02-29 00:39:45 +0200
commitbed058c129933225bf08afe588845ae1babeef78 (patch)
treee5c8fdea2d851e86c2179e27481cb5876ee34853
parentb7bd5f5ff6e0753e89fdc2de1523b70ec444913f (diff)
downloadaur-bed058c129933225bf08afe588845ae1babeef78.tar.gz
Some minor fixes.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac4757996131..c2f80b3a8ece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 22:32:18 UTC 2016
+# Sun Feb 28 22:39:04 UTC 2016
pkgbase = img2pdf-git
pkgdesc = Losslessly convert images to PDF without unnecessarily increasing file size by re-encoding JPEG files.
pkgver = 0.2.0.r20.gc158585
@@ -12,6 +12,7 @@ pkgbase = img2pdf-git
depends = python
depends = python-pillow
provides = img2pdf=0.2.0.r20.gc158585
+ conflicts = img2pdf<0.2
conflicts = img2pdf
conflicts = python-img2pdf
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index d77b30987062..5de870d4ae9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://gitlab.mister-muffin.de/josch/img2pdf"
license=('LGPL3')
depends=('python' 'python-pillow')
makedepends=('git' 'python-setuptools')
-conflicts=("${pkgname%-*}" "python-${pkgname%-*}")
+conflicts=("${pkgname%-*}<0.2" "${pkgname%-*}" "python-${pkgname%-*}")
provides=("${pkgname%-*}=${pkgver}")
options=(!emptydirs)
source=("git+http://gitlab.mister-muffin.de/josch/img2pdf.git")