summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2016-02-13 00:10:36 +0100
committerzoe2016-02-13 00:10:36 +0100
commite02f4b585a9ae23c7649e4b60df140c7ea81585f (patch)
tree6bc2eb136f2fd5719f8afe55d2aa6dc3576c3531
parent0c339bf30a6793e5306ac685a6a803e817914c3e (diff)
downloadaur-e02f4b585a9ae23c7649e4b60df140c7ea81585f.tar.gz
Update to 2.3-2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11a99718c27a..75f115f848f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=u-gotme
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Software to download and upload tracks, routes and waypoints to the I-gotU series of GPS loggers : GT-800, GT-800Pro, GT-820Pro and GT-900Pro."
arch=('i686' 'x86_64')
if test "$CARCH" == x86_64; then
@@ -48,5 +48,5 @@ package() {
install -DTm644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
mkdir -p ${pkgdir}/usr/bin/
- ln -s ${pkgdir}/usr/share/java/${pkgname}/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+ ln -s "/usr/share/java/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
} \ No newline at end of file