summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16ee5fa78e1a..1a7dbb3b0e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-jpegtran-cffi
pkgdesc = Fast, (mostly) lossless JPEG transformations with Python
pkgver = 0.5.2
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/jbaiter/jpegtran-cffi
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 84b5e422882f..b29775051947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
pkgname=python-jpegtran-cffi
pkgver=0.5.2
-pkgrel=5
+pkgrel=7
+conflicts=('python-jpegtran-cffi-git')
pkgdesc='Fast, (mostly) lossless JPEG transformations with Python'
arch=('any')
url='https://github.com/jbaiter/jpegtran-cffi'