summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Ammann2016-02-11 18:52:36 +0100
committerMax Ammann2016-02-11 18:52:36 +0100
commit7e00c5d3b842106f287b104e92b54a966e058fb6 (patch)
tree8d1de350faa5cb8ea4d6c9fd870509cbc5186c88
parent9dbd59c56f47020f9e66479ff87024bf238ca56c (diff)
downloadaur-7e00c5d3b842106f287b104e92b54a966e058fb6.tar.gz
Updated to v4.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d6b4539a4eb..746425f85849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ammann Max <maximilian.ammann@googlemail.com>
pkgname=golden-cheetah-git
-pkgver=v3.3.DEV1.r319.512fc32
+pkgver=v4.0.DEV1601.r37.8dc42e2
pkgrel=1
pkgdesc="Cycling Power Analysis Software. We believe that cyclists and triathletes should be able to download their power data to the
computer of their choice, analyze it in whatever way they see fit, and share their methods of
@@ -12,12 +12,12 @@ makedepends=(bison flex 'gcc' 'make' 'qt5-tools' )
depends=('qt5-base' 'qt5-svg' qt5-location qt5-declarative qt5-webchannel qt5-sensors qt5-serialport qt5-webkit qt5-multimedia)
optdepends=('vlc' 'qwtplot3d-svn' 'srmio' 'libftd2xx' 'libkml' 'libical' 'libusb' 'libsamplerate')
options=('!strip' '!buildflags' 'staticlibs')
-source=('golden-cheetah::git+https://github.com/GoldenCheetah/GoldenCheetah.git#commit=512fc32'
+source=('golden-cheetah::git+https://github.com/GoldenCheetah/GoldenCheetah.git#commit=8dc42e233e2ede85cec281820806c3ae234dec48'
GoldenCheetah.desktop gc.png gcconfig.pri)
md5sums=('SKIP' af5e5a4376ee82ccfb69aa455b35a2d9 e1fb382b4a7316da1ffd435e45e50c4a '3857988a67fdf94b999fc05753ac2494')
pkgver() {
- cd "${srcdir}"
+ cd "${srcdir}/golden-cheetah"
printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}