summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2023-10-29 18:26:18 +0100
committerknedlyk2023-10-29 18:26:18 +0100
commitc805b3d56452bb6e25d0ccd47981603526baed57 (patch)
treee0fdf9ce86adf7db6f04f31b239541f30acd1c86
parent5525c4eac430e8604ae6dc0354e167b85df59f48 (diff)
downloadaur-crane-gps-watch-git.tar.gz
git -> git+https
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd4a36097efc..25274589f3d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crane-gps-watch-git
pkgdesc = Linux client for Crane gps watch (from Aldi or Hofer). It reads from the watch and writes to '.tcx', Garmin Training Center file.
- pkgver = 20150824
+ pkgver = 20170125
pkgrel = 1
url = https://github.com/mru00/crane_gps_watch
arch = any
@@ -10,8 +10,7 @@ pkgbase = crane-gps-watch-git
provides = crane-gps-watch
conflicts = crane-gps-watch
options = !emptydirs
- source = git://github.com/mru00/crane_gps_watch.git
+ source = git+https://github.com/mru00/crane_gps_watch.git
md5sums = SKIP
pkgname = crane-gps-watch-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b0be1e64a551..5679302ed21e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=crane-gps-watch-git
_pkgname=crane_gps_watch
-pkgver=20150824
+pkgver=20170125
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+https://github.com/mru00/crane_gps_watch.git")
license=('GPL')
depends=('libxml2')
makedepends=('git')