mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 09:02:26 +01:00
gpsdings-6.9.5-1
This commit is contained in:
parent
a8b69c1756
commit
2a085333cf
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = gpsdings
|
||||
pkgdesc = Set of free applications that let you manipulate and analyse GPS data from the command line
|
||||
pkgver = 6.9.4
|
||||
pkgver = 6.9.5
|
||||
pkgrel = 1
|
||||
url = http://gpstools.sourceforge.net/
|
||||
arch = any
|
||||
license = GPL3
|
||||
depends = java-runtime
|
||||
source = http://sourceforge.net/projects/gpstools/files/gpsdings/6.9.4/gpsdings-6.9.4-jar.zip
|
||||
md5sums = b801c7e450819dfec5e0666ac90d0940
|
||||
source = http://sourceforge.net/projects/gpstools/files/gpsdings/6.9.5/gpsdings-6.9.5-jar.zip
|
||||
sha256sums = a2688b072685a7953f970fa0a79f2c1ecd60d67782055509be3ace4ed955b02b
|
||||
|
||||
pkgname = gpsdings
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
|
||||
pkgname=gpsdings
|
||||
pkgver=6.9.4
|
||||
pkgver=6.9.5
|
||||
pkgrel=1
|
||||
pkgdesc="Set of free applications that let you manipulate and analyse GPS data from the command line"
|
||||
arch=('any')
|
||||
|
|
@ -9,7 +9,7 @@ url="http://gpstools.sourceforge.net/"
|
|||
license=('GPL3')
|
||||
depends=('java-runtime')
|
||||
source=(http://sourceforge.net/projects/gpstools/files/$pkgname/$pkgver/$pkgname-$pkgver-jar.zip)
|
||||
md5sums=('b801c7e450819dfec5e0666ac90d0940')
|
||||
sha256sums=('a2688b072685a7953f970fa0a79f2c1ecd60d67782055509be3ace4ed955b02b')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue