summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Klomp2020-06-26 07:17:53 +0200
committerSven Klomp2020-06-26 07:17:53 +0200
commit8b44a34fcfc884aafcf7d5be255489f1843b4c8a (patch)
treed49de055354e19141675024e4c5628b26e0d2c00
parentdb8f7d6fa4c9a5f8c3f6f04d7f47cd53ef767a6b (diff)
downloadaur-libnoise2d.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3966c009721b..99d85a0373fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 5 17:49:11 UTC 2018
+# Fri Jun 26 05:17:23 UTC 2020
pkgbase = libnoise2d
pkgdesc = Noise library for 2D data
- pkgver = 1.2.0
+ pkgver = 1.2.1
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.2.0.tar.gz
- sha256sums = db733b981ffbb3ab4cebf6c7a01ef28d3ed071050436fed7a4d4ed43e2e6d7f0
+ source = https://github.com/planeworld/libnoise2d/archive/v1.2.1.tar.gz
+ sha256sums = e5f222db72e027cd96e1778573e553a22a518d71a7256b74a6b32c7463c2c04e
pkgname = libnoise2d
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