summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-09-24 18:07:48 +0200
committerJaroslav Lichtblau2016-09-24 18:07:48 +0200
commit68751fbda602253780ff4dd0438766fd5f0a81b6 (patch)
tree1ded36654628c294d79e9700da1a729f9ce49e46
parentc7906de933f496d9182e8aed829a5b84d95436f0 (diff)
downloadaur-68751fbda602253780ff4dd0438766fd5f0a81b6.tar.gz
geotoad-3.25.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfebf540f22d..1d751cf679c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed May 18 19:02:37 UTC 2016
+# Sat Sep 24 16:07:43 UTC 2016
pkgbase = geotoad
pkgdesc = A tool to simplify geocaching
- pkgver = 3.25.4
+ pkgver = 3.25.5
pkgrel = 1
url = https://github.com/steve8x8/geotoad
arch = any
license = custom
depends = ruby
- source = geotoad-3.25.4.tar.gz::https://github.com/steve8x8/geotoad/archive/3.25.4.tar.gz
- sha256sums = 6c30bb7ce6ae552b4146ac1c228c18c9e3cf318860ff0fc709cee803406ce900
+ source = geotoad-3.25.5.tar.gz::https://github.com/steve8x8/geotoad/archive/3.25.5.tar.gz
+ sha256sums = b74ef081aa93850ccc5de443bae9515d59771847b284bf53f42017ae9a8f02ce
pkgname = geotoad
diff --git a/PKGBUILD b/PKGBUILD
index 087346261d14..276ead759d1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=geotoad
-pkgver=3.25.4
+pkgver=3.25.5
pkgrel=1
pkgdesc="A tool to simplify geocaching"
arch=('any')
@@ -11,7 +11,7 @@ license=('custom')
depends=('ruby')
#see https://github.com/steve8x8/geotoad/issues/325
source=($pkgname-$pkgver.tar.gz::https://github.com/steve8x8/geotoad/archive/$pkgver.tar.gz)
-sha256sums=('6c30bb7ce6ae552b4146ac1c228c18c9e3cf318860ff0fc709cee803406ce900')
+sha256sums=('b74ef081aa93850ccc5de443bae9515d59771847b284bf53f42017ae9a8f02ce')
package() {
cd "${srcdir}"/${pkgname}-${pkgver}