summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1531edde623..58e87c995a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexander 'hatred' Drozdov <adrozdoff@gmail.com>
pkgname=routeconverter
-pkgver=2.20
+pkgver=2.21.2
pkgrel=1
pkgdesc="A free tool to edit and convert routes, tracks and waypoints."
arch=(i686 x86_64)
@@ -11,15 +11,10 @@ license=('GPL')
depends=('java-environment>=6' 'libwebkit3')
optdepends=('gpsbabel: for some additional format support')
changelog=ChangeLog
-sourcecommon=(routeconverter
- routeconverter-cli
- http://static.routeconverter.com/download/previous-releases/${pkgver}/RouteConverterCmdLine.jar)
-source=(${sourcecommon[@]} http://static.routeconverter.com/download/previous-releases/${pkgver}/RouteConverterLinux.jar)
-
-md5sums=('e4cdc9db82a9f8c550afb44f851d897f'
- 'fdf570309917df1c1536b7e3c7740b33'
- '360708b4bd406d9efa34c16e5a49635e'
- '416ddd7953cc4065afb0295d2aa90ef7')
+source=(routeconverter
+ routeconverter-cli
+ http://static.routeconverter.com/download/previous-releases/2.21/RouteConverterCmdLine.jar
+ http://static.routeconverter.com/download/RouteConverterLinux.jar)
noextract=(RouteConverterCmdLine.jar
RouteConverterLinux.jar
@@ -51,3 +46,7 @@ package()
ln -s /usr/lib/libwebkitgtk-1.0.so.0 ${pkgdir}/usr/lib/${pkgname}/libwebkit-1.0.so.2
ln -s libwebkit-1.0.so.2 ${pkgdir}/usr/lib/${pkgname}/libwebkit-1.0.so
}
+md5sums=('e4cdc9db82a9f8c550afb44f851d897f'
+ 'fdf570309917df1c1536b7e3c7740b33'
+ '6a5a794dc2cc50e8311babdddd90187f'
+ 'b9a5dd980e8ff223f519b7b16be24408')