summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Klomp2018-04-05 19:49:29 +0200
committerSven Klomp2018-04-05 19:49:29 +0200
commitdb8f7d6fa4c9a5f8c3f6f04d7f47cd53ef767a6b (patch)
treefa91b7d1610df07c20dd8d9c6c961396054c460b
parent8997776189d89c492ca0e9c1a733c28051c2bcca (diff)
downloadaur-db8f7d6fa4c9a5f8c3f6f04d7f47cd53ef767a6b.tar.gz
Update to v1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4b67075d11f..3966c009721b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 2 22:08:03 UTC 2018
+# Thu Apr 5 17:49:11 UTC 2018
pkgbase = libnoise2d
pkgdesc = Noise library for 2D data
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/planeworld/libnoise2d
arch = i686
@@ -13,8 +13,8 @@ pkgbase = libnoise2d
makedepends = cmake
depends = gcc-libs
provides = libnoise2d
- source = https://github.com/planeworld/libnoise2d/archive/v1.1.0.tar.gz
- sha256sums = 2401aae8a6fc79693bfe401781e2fb68050250a7ff37b7da8a8bc4d207763485
+ source = https://github.com/planeworld/libnoise2d/archive/v1.2.0.tar.gz
+ sha256sums = db733b981ffbb3ab4cebf6c7a01ef28d3ed071050436fed7a4d4ed43e2e6d7f0
pkgname = libnoise2d
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