summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2015-08-19 09:56:05 +0200
committerknedlyk2015-08-19 09:56:05 +0200
commitfb6ef0e5e3d8b5fe647e271425bbddaba8fa268d (patch)
tree5c3c39cb106d4c0fdf026857b0ed0334399f5da7
parentff092baa940fdb05486d56c84ab2a507e70273e4 (diff)
downloadaur-fb6ef0e5e3d8b5fe647e271425bbddaba8fa268d.tar.gz
Update with new timezone patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91239cf1ea5b..897dedd53462 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 = 20150806
+ pkgver = 20150818
pkgrel = 1
url = https://github.com/mru00/crane_gps_watch
arch = any
@@ -11,9 +11,7 @@ pkgbase = crane-gps-watch-git
conflicts = crane-gps-watch
options = !emptydirs
source = git://github.com/mru00/crane_gps_watch.git
- source = timezone.patch
md5sums = SKIP
- md5sums = 1a94591f03be329b84f28c4570064223
pkgname = crane-gps-watch-git
diff --git a/PKGBUILD b/PKGBUILD
index f72dfb31e19e..6e952ab595c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
pkgname=crane-gps-watch-git
_pkgname=crane_gps_watch
-pkgver=20150806
+pkgver=20150818
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')
url="https://github.com/mru00/crane_gps_watch"
-source=("git://github.com/mru00/crane_gps_watch.git"
- 'timezone.patch')
+source=("git://github.com/mru00/crane_gps_watch.git")
license=('GPL')
depends=('libxml2')
makedepends=('git')
@@ -21,9 +20,6 @@ pkgver() {
package(){
cd "$srcdir/$_pkgname"
- patch -p1 < $srcdir/timezone.patch
-# CXXFLAGS="$CXXFLAGS -Wno-error=maybe-uninitialized"
-# CFLAGS="$CFLAGS -Wno-error=maybe-uninitialized"
aclocal || return 1
automake --add-missing || return 1
./configure --prefix=/usr || return 1
@@ -33,5 +29,4 @@ package(){
# install -d "${pkgdir}"/usr/bin
# install -Dm755 "${srcdir}/${_pkgname}/crane_gps_watch_client" "${pkgdir}/usr/bin/crane_gps_watch_client"
}
-md5sums=('SKIP'
- '1a94591f03be329b84f28c4570064223')
+md5sums=('SKIP')