Skip to content

Commit

Permalink
Upgrade to latest release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czka committed Feb 1, 2023
1 parent 884fb62 commit 62e5dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = gdal-grass
pkgdesc = GRASS raster and vector format support for GDAL.
pkgver = 1.0.0
pkgver = 1.0.2
pkgrel = 1
url = http://www.gdal.org
arch = i686
arch = x86_64
license = X11/MIT
depends = gdal
depends = grass
source = https://github.com/OSGeo/gdal-grass/archive/refs/tags/1.0.0.tar.gz
md5sums = 12c3599eabc4ce3ee7754fc231e36f23
source = https://github.com/OSGeo/gdal-grass/archive/refs/tags/1.0.2.tar.gz
md5sums = 08070601b6701f7f86b114e9b29f5c4d

pkgname = gdal-grass
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>

pkgname='gdal-grass'
pkgver='1.0.0'
pkgver='1.0.2'
pkgrel='1'
pkgdesc='GRASS raster and vector format support for GDAL.'
arch=('i686' 'x86_64')
url='http://www.gdal.org'
license=('X11/MIT')
source=("https://github.com/OSGeo/gdal-grass/archive/refs/tags/${pkgver}.tar.gz")
depends=('gdal' 'grass')
md5sums=('12c3599eabc4ce3ee7754fc231e36f23')
md5sums=('08070601b6701f7f86b114e9b29f5c4d')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down

0 comments on commit 62e5dde

Please sign in to comment.