summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob2018-05-12 17:21:43 +0200
committerJakob2018-05-12 17:21:43 +0200
commitf8201b144bb4ab0ae3224bd85516133f54f54458 (patch)
tree19b6329a99dc71b786bc54df1b93fe8629a79024
parentc0f9b3afefbb04a34d41117f9555d143486adca0 (diff)
downloadaur-f8201b144bb4ab0ae3224bd85516133f54f54458.tar.gz
add replaces directive
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc611c64b512..41f7e02061dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = texlive-tikz-uml
arch = any
license = GPL
depends = texlive-core
+ replaces = texlive-tikzuml
source = http://perso.ensta-paristech.fr/~kielbasi/tikzuml/var/files/src/tikzuml-v1.0-2016-03-29.tbz
md5sums = 8065a79c8cdf6fc99251d569dbaa65ec
diff --git a/PKGBUILD b/PKGBUILD
index 802ac9feabb7..7829004ba86d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgrel=1
_reldate=2016-03-29
license=('GPL')
depends=('texlive-core')
+replaces=('texlive-tikzuml')
pkgdesc="A LaTeX package for drawing UML diagrams using pgf/tikz"
url="http://www.ensta-paristech.fr/~kielbasi/tikzuml/index.php?lang=en"
arch=('any')