[arch-commits] Commit in languagetool/trunk (PKGBUILD languagetool.install)

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Tue Jan 28 11:29:09 UTC 2014


    Date: Tuesday, January 28, 2014 @ 12:29:09
  Author: aginiewicz
Revision: 104924

upgpkg: languagetool 2.4.1-1

Update of languagetool, removed install message as usage info does not belong there.

Modified:
  languagetool/trunk/PKGBUILD
Deleted:
  languagetool/trunk/languagetool.install

----------------------+
 PKGBUILD             |    7 +++----
 languagetool.install |   13 -------------
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-28 11:19:00 UTC (rev 104923)
+++ PKGBUILD	2014-01-28 11:29:09 UTC (rev 104924)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=2.3
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
@@ -15,10 +15,9 @@
 optdepends=('java-runtime: needed for the GUI version'
             'libxtst: needed for the GUI version'
             'gtk2: needed for the GUI version')
-install=$pkgname.install
 source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver" "$pkgname.sh")
 noextract=($pkgname-$pkgver.zip)
-md5sums=('9add48ed802d46d6ad358a2ebfbdefcf'
+md5sums=('53265e24496707225a2f5997e65634a3'
          '9d3c008ad6c0e150a29ea0be8e32a7fe')
 
 package() {
@@ -26,7 +25,7 @@
   install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
   unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
   cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
+  mv LanguageTool-2.4 $pkgname
   cd $pkgname
   mv *.jar "$pkgdir"/usr/share/java/$pkgname
   mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname

Deleted: languagetool.install
===================================================================
--- languagetool.install	2014-01-28 11:19:00 UTC (rev 104923)
+++ languagetool.install	2014-01-28 11:29:09 UTC (rev 104924)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
- - LanguageTool can be run using command
-    languagetool
- - To obtain help, use
-    languagetool [-h|--help]
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
-




More information about the arch-commits mailing list