summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2015-08-24 10:27:32 +0200
committerknedlyk2015-08-24 10:27:32 +0200
commit5525c4eac430e8604ae6dc0354e167b85df59f48 (patch)
tree1b580ba802f2dc923d6a9a10ca40355ce303afeb
parentfb6ef0e5e3d8b5fe647e271425bbddaba8fa268d (diff)
downloadaur-5525c4eac430e8604ae6dc0354e167b85df59f48.tar.gz
Update to a new commit 24.08.2015
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--timezone.patch12
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 897dedd53462..dd4a36097efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crane-gps-watch-git
pkgdesc = Linux client for Crane gps watch (from Aldi or Hofer). It reads from the watch and writes to '.tcx', Garmin Training Center file.
- pkgver = 20150818
+ pkgver = 20150824
pkgrel = 1
url = https://github.com/mru00/crane_gps_watch
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6e952ab595c2..b0be1e64a551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
diff --git a/timezone.patch b/timezone.patch
deleted file mode 100644
index 7d115f87e1a5..000000000000
--- a/timezone.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur crane_gps_watch/src/DataTypes.cpp crane_gps_watch.new/src/DataTypes.cpp
---- crane_gps_watch/src/DataTypes.cpp 2015-08-10 13:54:35.572844140 +0200
-+++ crane_gps_watch.new/src/DataTypes.cpp 2015-08-10 13:55:49.030905363 +0200
-@@ -60,7 +60,7 @@
- light saving time is in effect, zero if it is not, and nega‐$
- tive if the information is not available.$
- */
-- time.tm_isdst = 0;
-+ time.tm_isdst = -1;
- }
-
- GpsTime& GpsTime::operator=(const GpsTimeUpd& other) {