summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Ammann2016-12-05 00:15:30 +0100
committerMax Ammann2016-12-05 00:15:30 +0100
commitb4ad4b4e0446ad81f3a055f5b3dd86fa84ef10da (patch)
tree13c018ac7cc793b0589947f03789cf70ddb8b857
parent5043e20f7d208d3c943f0c36847b29e8c0440716 (diff)
downloadaur-b4ad4b4e0446ad81f3a055f5b3dd86fa84ef10da.tar.gz
Updated to 3.4 (had to change the version description to include unannotated tags)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d92dd05147..9f372f969c76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golden-cheetah-git
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 analysis with others.
- pkgver = v4.0.DEV1601.r525.9361996
+ pkgver = V3.4.r34.18f4606
pkgrel = 1
url = http://www.goldencheetah.org/
arch = i686
@@ -34,7 +34,7 @@ pkgbase = golden-cheetah-git
options = !strip
options = !buildflags
options = staticlibs
- source = golden-cheetah::git+https://github.com/GoldenCheetah/GoldenCheetah.git#commit=93619967cf56dbebec737ed119d0e8e4a2b01687
+ source = golden-cheetah::git+https://github.com/GoldenCheetah/GoldenCheetah.git
source = GoldenCheetah.desktop
source = gc.png
source = gcconfig.pri
diff --git a/PKGBUILD b/PKGBUILD
index a07560f0bbc4..29f13b8bd8b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ammann Max <maximilian.ammann@googlemail.com>
pkgname=golden-cheetah-git
-pkgver=v4.0.DEV1601.r525.9361996
+pkgver=V3.4.r34.18f4606
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,13 +12,13 @@ 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 qt5-script qt5-connectivity vlc)
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=93619967cf56dbebec737ed119d0e8e4a2b01687'
+source=('golden-cheetah::git+https://github.com/GoldenCheetah/GoldenCheetah.git'
GoldenCheetah.desktop gc.png gcconfig.pri)
md5sums=('SKIP' af5e5a4376ee82ccfb69aa455b35a2d9 e1fb382b4a7316da1ffd435e45e50c4a '3857988a67fdf94b999fc05753ac2494')
pkgver() {
cd "${srcdir}/golden-cheetah"
- printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}
build() {