[arch-commits] Commit in protege/trunk (PKGBUILD protege.sh)

Morten Linderud foxboron at archlinux.org
Sun Feb 25 13:11:15 UTC 2018


    Date: Sunday, February 25, 2018 @ 13:11:14
  Author: foxboron
Revision: 297950

upgpkg: protege 5.2.0-5

Fixed #57629 by avoiding explicit shell call

Modified:
  protege/trunk/PKGBUILD
  protege/trunk/protege.sh

------------+
 PKGBUILD   |    4 ++--
 protege.sh |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-25 12:08:37 UTC (rev 297949)
+++ PKGBUILD	2018-02-25 13:11:14 UTC (rev 297950)
@@ -6,7 +6,7 @@
 
 pkgname=protege
 pkgver=5.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Free, open source ontology editor and knowledge-base framework'
 arch=('any')
 url='http://protege.stanford.edu/'
@@ -18,7 +18,7 @@
         "${pkgname}.desktop"
         "${pkgname}.png")
 sha256sums=('abbdd07b646b42fa29b3b2c5a169b9c7fbc9caa0aa41d3d86aa0e0724ab08e12'
-            '9b0a6692d04da727ba9473399c1fdf68a85c5ec680582f79b3e46642c8cceca6'
+            '1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f26666cc'
             'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57dbbbb0ab'
             '3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
 

Modified: protege.sh
===================================================================
--- protege.sh	2018-02-25 12:08:37 UTC (rev 297949)
+++ protege.sh	2018-02-25 13:11:14 UTC (rev 297950)
@@ -2,4 +2,4 @@
 
 cd /usr/share/java/protege
 
-CMD_OPTIONS="-Dapple.laf.useScreenMenuBar=true -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dsun.java2d.xrender=true" sh run.sh "$@"
+CMD_OPTIONS="-Dapple.laf.useScreenMenuBar=true -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dsun.java2d.xrender=true" ./run.sh "$@"



More information about the arch-commits mailing list