summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-07-10 23:16:13 +0200
committerMarcell Meszaros2022-07-10 23:16:13 +0200
commit9860eaf718ba9e0236bdfd4ad82a1f61f6aa3126 (patch)
tree4c58f8721308f44562decf85ff65681dedd00e70
parentf7407f7e14a9d328bd4e78809e55b5548d66f8d6 (diff)
downloadaur-9860eaf718ba9e0236bdfd4ad82a1f61f6aa3126.tar.gz
21.3.0-2: this package is wrong. adding mandatory conflicts at least
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore16
-rw-r--r--PKGBUILD5
3 files changed, 21 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3188211d4da6..50c165a70b23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-incremental-git
pkgdesc = A small library that versions your Python projects.
pkgver = 21.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/twisted/incremental
arch = any
license = GPL2
makedepends = python2-setuptools
depends = python2
+ conflicts = python2-incremental
source = https://github.com/twisted/incremental/archive/refs/tags/incremental-21.3.0.tar.gz
sha256sums = 57b6a0785f265ffe59a454276efac1062943bb5b7bff7b5505bf054a563c22c4
pkgname = python2-incremental-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6696e5c62eee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+*.tar
+*.tar.*
+*.rpm
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+
+*/
+*.orig
+*.bak
+*.backup
diff --git a/PKGBUILD b/PKGBUILD
index 7c1b7b5c170a..a61a032408a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Joe Bashe <joe@bashe.joe>
+# Contributor: Joe Bashe <joe@bashe.joe>
_name=incremental
pkgname=python2-incremental-git
pkgver=21.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='A small library that versions your Python projects.'
arch=('any')
url='https://github.com/twisted/incremental'
license=('GPL2')
depends=('python2')
makedepends=('python2-setuptools')
+conflicts=('python2-incremental')
source=("https://github.com/twisted/incremental/archive/refs/tags/incremental-$pkgver.tar.gz")
sha256sums=('57b6a0785f265ffe59a454276efac1062943bb5b7bff7b5505bf054a563c22c4')