summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2022-06-09 09:15:14 +0200
committerfordprefect2022-06-09 09:15:14 +0200
commitef717ccf3eeca58db246d2095c42d53fb70fc425 (patch)
treeb88019168e0433453b0eba8f74726650f3476f82 /PKGBUILD
parent678f1c78fd8d580252631f8d90c27efcdc720ca1 (diff)
downloadaur-geocrop.tar.gz
2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0724d191c00d..4195b279edf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=geocrop
-pkgver=1.0
+pkgver=2.0
pkgrel=1
pkgdesc="Small tool based on GDAL/PROJ4 to automatic crop box on GeoTIFF maps (in most cases - Russians)"
url="https://github.com/h4tr3d/geocrop"
@@ -9,7 +8,7 @@ license=('GPL2')
depends=("gdal" "proj")
makedepends=("cmake")
source=("$pkgname-$pkgver.tar.gz::https://github.com/h4tr3d/geocrop/archive/v$pkgver.tar.gz")
-md5sums=('bf4b47787e71b9df2f33c2c1ed5eb8ed')
+md5sums=('9b2463ba4d0bb49f6b1967e2d0ee4cbc')
build() {
cd ${pkgname}-${pkgver}