summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lenaerts2023-08-04 10:56:45 +0200
committerPieter Lenaerts2023-08-04 10:56:45 +0200
commit5817a7d56b9f00cf8a05c8020ee870dfd5c90e1e (patch)
tree1bf9292e7b7ee73ed22a117ae7f2f9dfd936dd47
parent285f1f897987f361177a033862552b0603e228df (diff)
downloadaur-5817a7d56b9f00cf8a05c8020ee870dfd5c90e1e.tar.gz
Added conflict with git version of pkg
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore6
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f59a26089f6..16ee5fa78e1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-jpegtran-cffi
pkgdesc = Fast, (mostly) lossless JPEG transformations with Python
pkgver = 0.5.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/jbaiter/jpegtran-cffi
arch = any
license = MIT
makedepends = python-setuptools
depends = libjpeg-turbo
depends = python-cffi
+ conflicts = python-jpegtran-cffi-git
source = https://github.com/jbaiter/jpegtran-cffi/archive/v0.5.2.tar.gz
sha256sums = 1d5f10ca9dc86be8ca0ead2745e13b1c9e14f3812ebc4d90926a6836ec7fffc8
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..50ff5f519e61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.xz
+*.gz
+*.log
+/src/
+/pkg/
+/jpegtran-cffi/