summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0933b57d322e..2973bb4d2cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 5 17:12:32 UTC 2016
+# Fri Mar 2 22:07:03 UTC 2018
pkgbase = libnoise2d-git
pkgdesc = Noise library for 2D data
- pkgver = 0.14.98c9d72
+ pkgver = 0.18.ecc6d2f
pkgrel = 1
url = https://github.com/planeworld/libnoise2d
arch = i686
@@ -12,6 +12,8 @@ pkgbase = libnoise2d-git
makedepends = git
makedepends = cmake
depends = gcc-libs
+ provides = libnoise2d
+ conflicts = libnoise2d
source = git+https://github.com/planeworld/libnoise2d.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5e7e312aac2d..8a0c1882fa1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@ pkgdesc='Noise library for 2D data'
_gitname=('libnoise2d')
pkgname=('libnoise2d-git')
provides=('libnoise2d')
-pkgver=0.14.98c9d72
-pkgrel=2
+conflicts=('libnoise2d')
+pkgver=0.18.ecc6d2f
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/planeworld/libnoise2d"