summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lenaerts2023-08-13 07:53:56 +0200
committerPieter Lenaerts2023-08-13 07:57:19 +0200
commit5835bde9ae48337694f3dd395e8468e16276bbb8 (patch)
treeb0ba7253b77c9479ffb19b6418929e61a6df9444
parent5817a7d56b9f00cf8a05c8020ee870dfd5c90e1e (diff)
downloadaur-python-jpegtran-cffi.tar.gz
Fix missing PKGBUILD updates from last pkg update!!
-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'