summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84cb3667f765..8a062f00be93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Contributor: Tim Besard <tim.besard@gmail.com>
# Maintainer: Jose Riha <jose 1711 gmail com>
pkgname=osmosis
-pkgver=0.47
+pkgver=0.47.4
pkgrel=1
pkgdesc="Command line Java application for processing OSM data."
arch=('any')
url="http://wiki.openstreetmap.org/wiki/Osmosis"
license=('GPL')
depends=('java-runtime')
-source=(http://bretth.dev.openstreetmap.org/$pkgname-build/$pkgname-$pkgver.tgz)
-md5sums=('55bea00a6bf1e9acee8516f491c53c00')
+source=(https://github.com/openstreetmap/osmosis/releases/download/${pkgver}/osmosis-${pkgver}.tgz)
+md5sums=('ac429506df8c3887f8ca9e3c81b55b3c')
package() {
cd "$srcdir"