summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximilian Ammann2020-12-11 12:41:28 +0100
committerMaximilian Ammann2020-12-11 12:41:28 +0100
commit53b9bc4c04dbf8a6e03ab9f02602f7ed6a53fa98 (patch)
treefcedb0846422de236379fee9eacbd694dada8983 /PKGBUILD
parentbe7ecaf339bd78b46912f6a7807d8e270f63029a (diff)
downloadaur-53b9bc4c04dbf8a6e03ab9f02602f7ed6a53fa98.tar.gz
Apply patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d240ef7b72d8..23aab023a54c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ammann Max <maximilian.ammann@googlemail.com>
pkgname=golden-cheetah-git
-pkgver=v3.6.DEV2006.r5.e4ad4ab1a
-pkgrel=2
+pkgver=v3.6.DEV2009.r113.e24d25ff4
+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
analysis with others."
@@ -14,14 +14,20 @@ optdepends=('vlc' 'srmio' 'libftd2xx' 'libkml' 'libical' 'libusb-compat' 'libsam
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('golden-cheetah-rc' 'golden-cheetah-dev' 'golden-cheetah')
source=('golden-cheetah::git+https://github.com/GoldenCheetah/GoldenCheetah.git'
-GoldenCheetah.desktop gc.png gcconfig.pri)
-md5sums=('SKIP' af5e5a4376ee82ccfb69aa455b35a2d9 e1fb382b4a7316da1ffd435e45e50c4a 'SKIP')
+GoldenCheetah.desktop gc.png gcconfig.pri
+'https://patch-diff.githubusercontent.com/raw/GoldenCheetah/GoldenCheetah/pull/3628.patch')
+sha256sums=(SKIP 6c4f56ba53f2deadec5b16efdecd1311653c2dca2c0378f951672a9b7186f09d e12471b7864adc877c34cd4cfb23451cae7648b9c8109f400f1af883d4c8cd4e 2959d5570f271feec4de6277fb45208d987d20645185adf069e189dd32ba66b0 b98d4667711d1af37d439619de576352dc06321340da0834723cb7f258fdcab3)
pkgver() {
cd "${srcdir}/golden-cheetah"
printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}
+prepare() {
+ cd "${srcdir}/golden-cheetah/"
+ patch --forward --strip=1 --input="${srcdir}/3628.patch"
+}
+
build() {
cd "${srcdir}/golden-cheetah/"