[arch-commits] Commit in plantuml/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Tue Jan 12 01:20:13 UTC 2021


    Date: Tuesday, January 12, 2021 @ 01:20:13
  Author: farseerfc
Revision: 819052

upgpkg: plantuml 1.2021.0-1: plantuml 1.2021.0

Modified:
  plantuml/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 01:19:05 UTC (rev 819051)
+++ PKGBUILD	2021-01-12 01:20:13 UTC (rev 819052)
@@ -3,7 +3,7 @@
 # Contributor : Jingbei Li <i at jingbei.li>
 
 pkgname=plantuml
-pkgver=1.2020.23
+pkgver=1.2021.0
 pkgrel=1
 pkgdesc="Component that allows to quickly write uml diagrams"
 arch=(any)
@@ -13,7 +13,7 @@
 makedepends=("apache-ant" "java-environment>=8")
 source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
         "$pkgname.run")
-sha256sums=('f5ced8356402cd4a0126f79ae7e9a32090b2d12eb808d3db2b3c0519c42d0a58'
+sha256sums=('d3ff218b8bfe32e7be3046f3ef23bdf1aa0a9d83601c4ff9047b919b93f9947d'
             'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
 optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation'
             'ditaa: allow use ditaa notation'
@@ -21,7 +21,7 @@
 
 prepare(){
   cd "$srcdir/$pkgname-$pkgver"
-    sed 's/target="1.6"/target="1.7"/g' -i build.xml
+    sed 's/target="1.6"/target="1.7"/g;s/source="1.6"/source="1.7"/g' -i build.xml
 }
 
 build() {



More information about the arch-commits mailing list