summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2020-01-26 13:55:32 +0100
committerSimon Legner2020-01-26 13:55:32 +0100
commit349e15930022df02c7fd42b40e8f3769ee184af3 (patch)
treeb9ad703bf715efad13c9b54c3bb034021f0ff6f1
parent92b37d0ca6eb1aea991253e3d105f681550d3527 (diff)
downloadaur-349e15930022df02c7fd42b40e8f3769ee184af3.tar.gz
upgpkg: osmium-tool 1.11.1-2
https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ad698330f11..799215958eb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
pkgver = 1.11.1
- pkgrel = 1
- url = http://osmcode.org/osmium-tool/
+ pkgrel = 2
+ url = https://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index b68b0d766559..5e597b5eb4a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
pkgver=1.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool for working with OpenStreetMap data based on the Osmium library"
arch=('i686' 'x86_64')
depends=('boost-libs' 'expat')
makedepends=('cmake' 'libosmium>=2.15.2')
optdepends=('pandoc: building documentation')
-url="http://osmcode.org/osmium-tool/"
+url="https://osmcode.org/osmium-tool/"
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/osmcode/$pkgname/archive/v$pkgver.tar.gz")