summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Klomp2018-04-05 19:49:29 +0200
committerSven Klomp2018-04-05 19:49:29 +0200
commitdb8f7d6fa4c9a5f8c3f6f04d7f47cd53ef767a6b (patch)
treefa91b7d1610df07c20dd8d9c6c961396054c460b /PKGBUILD
parent8997776189d89c492ca0e9c1a733c28051c2bcca (diff)
downloadaur-db8f7d6fa4c9a5f8c3f6f04d7f47cd53ef767a6b.tar.gz
Update to v1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4154030dec72..62db50080df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Noise library for 2D data'
_gitname=('libnoise2d')
pkgname=('libnoise2d')
provides=('libnoise2d')
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@ url="https://github.com/planeworld/libnoise2d"
depends=('gcc-libs')
makedepends=('gcc-libs' 'git' 'cmake')
source=("https://github.com/planeworld/libnoise2d/archive/v${pkgver}.tar.gz")
-sha256sums=('2401aae8a6fc79693bfe401781e2fb68050250a7ff37b7da8a8bc4d207763485')
+sha256sums=('db733b981ffbb3ab4cebf6c7a01ef28d3ed071050436fed7a4d4ed43e2e6d7f0')
build() {
if [ ! -d "${srcdir}/build" ]; then