summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1ace93e0e16..efd63300d5e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 19:06:43 UTC 2016
+# Tue Aug 9 21:29:14 UTC 2016
pkgbase = python-asciimathml-git
pkgdesc = ASCIIMathML to MathML translator (Python 3)
pkgver = 0.9.5.1.r0.g01d1a44
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ShadowKyogre/python-asciimathml
arch = any
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = python-asciimathml-git
depends = python
optdepends = python-markdown
provides = python-asciimathml
+ conflicts = python-asciimathml
source = python-asciimathml-git::git://github.com/ShadowKyogre/python-asciimathml
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 39e83adeb8be..270ae5de50a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asciimathml-git
pkgver=0.9.5.1.r0.g01d1a44
-pkgrel=1
+pkgrel=2
pkgdesc="ASCIIMathML to MathML translator (Python 3)"
arch=('any')
url="https://github.com/ShadowKyogre/python-asciimathml"
@@ -10,6 +10,7 @@ license=('GPL2')
depends=('python')
optdepends=('python-markdown')
makedepends=('git')
+conflicts=('python-asciimathml')
provides=('python-asciimathml')
source=("$pkgname"::'git://github.com/ShadowKyogre/python-asciimathml')
md5sums=('SKIP')