summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rembrandt2020-06-26 09:12:59 +0200
committerAndrew Rembrandt2020-06-26 09:12:59 +0200
commitc485e65e80cb6ede336b07b2ac2cc033ea203a37 (patch)
tree8fd1a732f289103de726f7425d6f8a52ee54d867
parent8856707022ea76142b87f590be79158391a047d1 (diff)
downloadaur-c485e65e80cb6ede336b07b2ac2cc033ea203a37.tar.gz
Update to 1.2020.14 and added 'provides' for switching from non aur pkg
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53193065dc42..c75f2393f4e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plantuml-bin
pkgdesc = Component that allows to quickly write uml diagrams
- pkgver = 1.2020.5
+ pkgver = 1.2020.14
pkgrel = 1
url = http://plantuml.com/
arch = any
@@ -11,11 +11,12 @@ pkgbase = plantuml-bin
optdepends = plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation
optdepends = ditaa: allow use ditaa notation
optdepends = graphviz: allow use Graphviz/DOT notation
+ provides = plantuml
conflicts = plantuml
- source = http://downloads.sourceforge.net/project/plantuml/1.2020.5/plantuml-1.2020.5.tar.gz
+ source = http://downloads.sourceforge.net/project/plantuml/1.2020.14/plantuml-1.2020.14.tar.gz
source = plantuml.run
- sha256sums = 5950536487f2c8cd91d296807e92b8a005c8cae59f96a9c7cd150f0b4d125beb
- sha256sums = 0796606f4302bcc80ecb5d9eea50640876fdee2947d7acafaa5aabb01ab23204
+ sha256sums = 140198f9e2a62ea1ed6f58d96086f1fac53f8c847747e8f88999ce3e52fcc63f
+ sha256sums = a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8
pkgname = plantuml-bin
depends = graphviz
diff --git a/PKGBUILD b/PKGBUILD
index 364466fb1222..796bd48bddb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=plantuml-bin
_pkgname=plantuml
-pkgver=1.2020.5
+pkgver=1.2020.14
pkgrel=1
pkgdesc="Component that allows to quickly write uml diagrams"
arch=(any)
@@ -13,10 +13,11 @@ url="http://plantuml.com/"
license=('GPL')
depends=("graphviz")
makedepends=("apache-ant" "java-environment>=8")
-conflicts=(plantuml)
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("http://downloads.sourceforge.net/project/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.gz"
"$_pkgname.run")
-sha256sums=('5950536487f2c8cd91d296807e92b8a005c8cae59f96a9c7cd150f0b4d125beb'
+sha256sums=('140198f9e2a62ea1ed6f58d96086f1fac53f8c847747e8f88999ce3e52fcc63f'
'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation'
'ditaa: allow use ditaa notation'