[arch-commits] Commit in languagetool/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sat Nov 12 08:49:07 UTC 2016
Date: Saturday, November 12, 2016 @ 08:49:06
Author: aginiewicz
Revision: 195420
switch source to https, remove ? from source, there is no gpg signature for sources upstream
Modified:
languagetool/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-12 08:37:08 UTC (rev 195419)
+++ PKGBUILD 2016-11-12 08:49:06 UTC (rev 195420)
@@ -15,7 +15,7 @@
optdepends=('java-runtime: needed for the GUI version'
'libxtst: needed for the GUI version'
'gtk2: needed for the GUI version')
-source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver" "$pkgname.sh")
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip" "$pkgname.sh")
noextract=($pkgname-$pkgver.zip)
md5sums=('b750011ec97d2fd94e41fc37899844d3'
'136387ef7979e23004330d553736a89b')
@@ -23,7 +23,7 @@
package() {
cd "$srcdir"
install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
- unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
+ unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
cd "$pkgdir"/usr/share/
mv LanguageTool-$pkgver $pkgname
cd $pkgname
More information about the arch-commits
mailing list