summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2019-12-14 17:26:21 -0600
committerDoug Newgard2019-12-14 17:26:21 -0600
commitcfb2669bec2a8de23d16778b31f26bf5726eb822 (patch)
treece3ce8c3d52f81517f759534961b89135f4f1692
parentfd202d70374d83dbc6654ecaf811f9c22f8f0643 (diff)
downloadaur-cfb2669bec2a8de23d16778b31f26bf5726eb822.tar.gz
Upstream update to 7.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 032c054a9cdd..5a4496b1e633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grass
pkgdesc = Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization
- pkgver = 7.8.1
+ pkgver = 7.8.2
pkgrel = 1
url = http://grass.osgeo.org/
arch = i686
@@ -33,8 +33,8 @@ pkgbase = grass
depends = zstd
optdepends = postgresql: PostgreSQL database interface
optdepends = sqlite: SQLite database interface
- source = http://grass.osgeo.org/grass78/source/grass-7.8.1.tar.gz
- md5sums = e8ba9a0780024f8ce25243113ec80c09
+ source = http://grass.osgeo.org/grass78/source/grass-7.8.2.tar.gz
+ md5sums = 352acc82e0651b1f44628c865c89ba82
pkgname = grass
diff --git a/PKGBUILD b/PKGBUILD
index 7b8474d96375..92249193b2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
pkgname=grass
-pkgver=7.8.1
+pkgver=7.8.2
pkgrel=1
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
@@ -16,7 +16,7 @@ makedepends=('libxt')
optdepends=('postgresql: PostgreSQL database interface'
'sqlite: SQLite database interface')
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")
-md5sums=('e8ba9a0780024f8ce25243113ec80c09')
+md5sums=('352acc82e0651b1f44628c865c89ba82')
build() {
cd $pkgname-$pkgver