summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2024-05-05 11:02:58 +0200
committerJose Riha2024-05-05 11:02:58 +0200
commit60b6b5f9ebd8c52767df3d37456abc199a12dbe3 (patch)
tree104fdf0aa0d09e08ef8cff0fc10ca04c16e8068e
parente4ec54d9bb786252772386fb270c7bb7fd5808fd (diff)
downloadaur-60b6b5f9ebd8c52767df3d37456abc199a12dbe3.tar.gz
Fix dependency (thanks @mrwsl)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c24d8a96b88..30d3777d25c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gpx-animator
pkgdesc = Generate a top-down view map video from one or more GPX files
pkgver = 1.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zdila/gpx-animator
arch = any
license = Apache
makedepends = gendesk
- depends = java-runtime>=1
+ depends = archlinux-java-rurn
noextract = gpx-animator-1.8.2.jar
source = gpx-animator-1.8.2.jar::https://download.gpx-animator.app/gpx-animator-1.8.2-all.jar
source = gpx-animator.sh
diff --git a/PKGBUILD b/PKGBUILD
index 817e14e90cb7..9f41468f3220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gpx-animator
pkgver=1.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="Generate a top-down view map video from one or more GPX files"
arch=('any')
url="https://github.com/zdila/gpx-animator"
license=('Apache')
-depends=('java-runtime>=1')
+depends=('archlinux-java-rurn')
makedepends=('gendesk')
source=("${pkgname}-${pkgver}.jar"::"https://download.gpx-animator.app/${pkgname}-${pkgver}-all.jar"
"gpx-animator.sh")