summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-01 21:54:29 -0500
committerCarlos Aznarán2023-10-01 21:54:29 -0500
commit7a07836fc1a7aae4871a4703071b993b20029b2f (patch)
treec130b5d6b2c6e918764a68734c784ef995f8de7b
parent78ac56413b684885ec6637b6271b282d0d4c8b68 (diff)
downloadaur-7a07836fc1a7aae4871a4703071b993b20029b2f.tar.gz
Bump version to 0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8fa6d6591f9..3e66acfcad75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tcx2gpx
pkgdesc = Converts the Garmin tcx GPS file format to the more commonly used gpx file format
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://gitlab.com/nshephard/tcx2gpx
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-tcx2gpx
depends = python-gpxpy
depends = python-tcxparser
depends = python-tqdm
- source = https://gitlab.com/nshephard/tcx2gpx/-/archive/0.1.4/tcx2gpx-0.1.4.tar.gz
- sha512sums = 3a3b57b3de998e05bd23a383d19a3ef1a4ed3fd9959cde44a5d97b6fab9058426d326502bc4ed0e14fdce74d61b3e5ea01acf2eb57b02a1d58dbad55f3b0cff6
+ source = https://gitlab.com/nshephard/tcx2gpx/-/archive/0.1.5/tcx2gpx-0.1.5.tar.gz
+ sha512sums = 82632e6088aca2f7acd45361bd8d561f212d17b9773f2c893afa469d2d8a57ac920aad93f78d185b8f2f03bc523b6ac340f8b15597aff877439cad8d0b1a1842
pkgname = python-tcx2gpx
diff --git a/PKGBUILD b/PKGBUILD
index 4878c5b032eb..479f0749a834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=tcx2gpx
pkgname=python-${_base}
pkgdesc="Converts the Garmin tcx GPS file format to the more commonly used gpx file format"
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
arch=(any)
url="https://gitlab.com/nshephard/${_base}"
@@ -10,8 +10,8 @@ license=(GPL3)
depends=(python-gpxpy python-tcxparser python-tqdm)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest-cov)
-source=(${url}/-/archive/0.1.4/${_base}-${pkgver}.tar.gz)
-sha512sums=('3a3b57b3de998e05bd23a383d19a3ef1a4ed3fd9959cde44a5d97b6fab9058426d326502bc4ed0e14fdce74d61b3e5ea01acf2eb57b02a1d58dbad55f3b0cff6')
+source=(${url}/-/archive/${pkgver}/${_base}-${pkgver}.tar.gz)
+sha512sums=('82632e6088aca2f7acd45361bd8d561f212d17b9773f2c893afa469d2d8a57ac920aad93f78d185b8f2f03bc523b6ac340f8b15597aff877439cad8d0b1a1842')
build() {
cd ${_base}-${pkgver}