summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsalsergey2023-11-14 22:14:31 +0700
committersalsergey2023-11-14 22:14:31 +0700
commit34a33a8045111f7519744816f7ea094a06f5ccb0 (patch)
tree03ef29280b74c5cf3072e9339ad4422fee5317da /PKGBUILD
parent5073394f890256c8d124828066d60d15053c6cd1 (diff)
downloadaur-gpxviewer-stable.tar.gz
Moved gpxviewer sources to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faa5c8a9a301..195a306cb0c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgver=2.4.1
pkgrel=1
pkgdesc="Application for viewing and analyzing GPX and KML files"
arch=('any')
-url="https://osdn.net/projects/gpxviewer"
+url="https://github.com/salsergey/gpxviewer"
license=('GPL3')
groups=()
depends=('python-qcustomplot-pyqt5' 'python-lxml')
makedepends=('python-setuptools')
-source=("https://osdn.net/dl/gpxviewer/gpxviewer-${pkgver}.tar.xz")
-sha256sums=('170401f6c6aaba9d571cc684c2927910d782d3a8b995df5db5f9518f3a0e612f')
+source=("https://github.com/salsergey/gpxviewer/releases/download/2.4.1/gpxviewer-${pkgver}.tar.xz")
+sha256sums=('ddbfaf8398c2d9bde5dfc004da5e613e3f11a4ee7fff59b3987cd069a2a75dae')
build() {
echo "Building gpxviewer ..."