summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
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')