diff options
author | knedlyk | 2015-08-24 10:27:32 +0200 |
---|---|---|
committer | knedlyk | 2015-08-24 10:27:32 +0200 |
commit | 5525c4eac430e8604ae6dc0354e167b85df59f48 (patch) | |
tree | 1b580ba802f2dc923d6a9a10ca40355ce303afeb /PKGBUILD | |
parent | fb6ef0e5e3d8b5fe647e271425bbddaba8fa268d (diff) | |
download | aur-5525c4eac430e8604ae6dc0354e167b85df59f48.tar.gz |
Update to a new commit 24.08.2015
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgname=crane-gps-watch-git _pkgname=crane_gps_watch -pkgver=20150818 +pkgver=20150824 pkgrel=1 pkgdesc="Linux client for Crane gps watch (from Aldi or Hofer). It reads from the watch and writes to '.tcx', Garmin Training Center file." arch=('any') @@ -25,8 +25,5 @@ package(){ ./configure --prefix=/usr || return 1 make || return 1 make DESTDIR="$pkgdir/" install - -# install -d "${pkgdir}"/usr/bin -# install -Dm755 "${srcdir}/${_pkgname}/crane_gps_watch_client" "${pkgdir}/usr/bin/crane_gps_watch_client" } md5sums=('SKIP') |