summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Klomp2020-06-26 07:17:53 +0200
committerSven Klomp2020-06-26 07:17:53 +0200
commit8b44a34fcfc884aafcf7d5be255489f1843b4c8a (patch)
treed49de055354e19141675024e4c5628b26e0d2c00 /PKGBUILD
parentdb8f7d6fa4c9a5f8c3f6f04d7f47cd53ef767a6b (diff)
downloadaur-libnoise2d.tar.gz
Update to 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62db50080df3..720b6546b451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Noise library for 2D data'
_gitname=('libnoise2d')
pkgname=('libnoise2d')
provides=('libnoise2d')
-pkgver=1.2.0
+pkgver=1.2.1
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=('db733b981ffbb3ab4cebf6c7a01ef28d3ed071050436fed7a4d4ed43e2e6d7f0')
+sha256sums=('e5f222db72e027cd96e1778573e553a22a518d71a7256b74a6b32c7463c2c04e')
build() {
if [ ! -d "${srcdir}/build" ]; then