summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74e6d4738fad..8a7173c44a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ammann Max <maximilian.ammann@googlemail.com>
pkgname=golden-cheetah-git
pkgver=v3.6.DEV2101.r155.a5043d1b5
-pkgrel=1
+pkgrel=2
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."
@@ -15,13 +15,12 @@ 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
-'https://patch-diff.githubusercontent.com/raw/GoldenCheetah/GoldenCheetah/pull/3628.patch' add-missing-include-limits-for-std-numeric_limits.patch)
+'https://patch-diff.githubusercontent.com/raw/GoldenCheetah/GoldenCheetah/pull/3628.patch')
sha256sums=('SKIP'
'6c4f56ba53f2deadec5b16efdecd1311653c2dca2c0378f951672a9b7186f09d'
'e12471b7864adc877c34cd4cfb23451cae7648b9c8109f400f1af883d4c8cd4e'
'2959d5570f271feec4de6277fb45208d987d20645185adf069e189dd32ba66b0'
- 'b98d4667711d1af37d439619de576352dc06321340da0834723cb7f258fdcab3'
- 'fa9a6b200efaeda0a4cda31782e5c4d4bd96ba919b2c07e4ace81a61b0cc054a')
+ 'b98d4667711d1af37d439619de576352dc06321340da0834723cb7f258fdcab3')
pkgver() {
cd "${srcdir}/golden-cheetah"
@@ -31,7 +30,6 @@ pkgver() {
prepare() {
cd "${srcdir}/golden-cheetah/"
patch --forward --strip=1 --input="${srcdir}/3628.patch"
- patch --forward --strip=1 --input="${srcdir}/add-missing-include-limits-for-std-numeric_limits.patch"
}
build() {