summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknedlyk2015-08-10 14:30:38 +0200
committerknedlyk2015-08-10 14:30:38 +0200
commitff092baa940fdb05486d56c84ab2a507e70273e4 (patch)
tree2e35b2b60b7034397b25d1d1e1d7e3c860a5f0f8 /PKGBUILD
parent5b08bfe33756f60d23e2d081612d0eddd177122a (diff)
downloadaur-ff092baa940fdb05486d56c84ab2a507e70273e4.tar.gz
added timezone patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53e8a6492daa..f72dfb31e19e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgname=crane-gps-watch-git
_pkgname=crane_gps_watch
-pkgver=20150519
+pkgver=20150806
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"
+source=("git://github.com/mru00/crane_gps_watch.git"
+ 'timezone.patch')
license=('GPL')
depends=('libxml2')
makedepends=('git')
provides=('crane-gps-watch')
conflicts=('crane-gps-watch')
options=('!emptydirs')
-md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
@@ -21,7 +21,7 @@ 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
@@ -32,4 +32,6 @@ package(){
# install -d "${pkgdir}"/usr/bin
# install -Dm755 "${srcdir}/${_pkgname}/crane_gps_watch_client" "${pkgdir}/usr/bin/crane_gps_watch_client"
-} \ No newline at end of file
+}
+md5sums=('SKIP'
+ '1a94591f03be329b84f28c4570064223')