[arch-commits] Commit in plantuml-ascii-math/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 13:41:52 UTC 2022


    Date: Saturday, April 23, 2022 @ 13:41:52
  Author: arojas
Revision: 1187620

archrelease: copy trunk to community-any

Added:
  plantuml-ascii-math/repos/community-any/PKGBUILD
    (from rev 1187619, plantuml-ascii-math/trunk/PKGBUILD)
Deleted:
  plantuml-ascii-math/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 13:41:41 UTC (rev 1187619)
+++ PKGBUILD	2022-04-23 13:41:52 UTC (rev 1187620)
@@ -1,18 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at gmail.com>
-# AUR Contributor: Kwrazi <kwrazi_at_gmail_dot_com>
-
-pkgname=plantuml-ascii-math
-pkgver=20171116
-pkgrel=2
-pkgdesc="Plantuml language extension to allow use AsciiMath or JLaTeXMath notation"
-arch=(any)
-url="http://plantuml.com/ascii-math"
-license=('GPL')
-depends=("plantuml" "jlatexmath")
-source=("http://beta.plantuml.net/plantuml-jlatexmath.zip")
-sha256sums=('e041164c6dce5dec3377242a0664c1855d863094dd51c28880888f59820fc7e2')
-
-package() {
-  install -m755 -d ${pkgdir}/usr/share/java/plantuml
-  install -m644 -D ${srcdir}/*.jar ${pkgdir}/usr/share/java/plantuml
-}

Copied: plantuml-ascii-math/repos/community-any/PKGBUILD (from rev 1187619, plantuml-ascii-math/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 13:41:52 UTC (rev 1187620)
@@ -0,0 +1,18 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+# AUR Contributor: Kwrazi <kwrazi_at_gmail_dot_com>
+
+pkgname=plantuml-ascii-math
+pkgver=20171116
+pkgrel=3
+pkgdesc="Plantuml language extension to allow use AsciiMath or JLaTeXMath notation"
+arch=(any)
+url="http://plantuml.com/ascii-math"
+license=('GPL')
+depends=("plantuml" "jlatexmath")
+source=("http://beta.plantuml.net/plantuml-jlatexmath.zip")
+sha256sums=('e041164c6dce5dec3377242a0664c1855d863094dd51c28880888f59820fc7e2')
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/java/plantuml
+  install -m644 -D ${srcdir}/*.jar ${pkgdir}/usr/share/java/plantuml
+}



More information about the arch-commits mailing list