summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e77649c7b2d..352b09393747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = newton-dynamics-git
pkgdesc = A 3D physics library
- pkgver = 3.13a.r224.g897a23cb6
+ pkgver = 3.13a.r305.geb939cbbb
pkgrel = 1
url = http://newtondynamics.com
arch = x86_64
- license = zlib
+ license = custom:zlib
+ makedepends = clang
makedepends = cmake
conflicts = newton-dynamics
source = git+https://github.com/MADEAPPS/newton-dynamics.git
diff --git a/PKGBUILD b/PKGBUILD
index 4390b63f5615..43226cf778a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: George Cave <gcave@stablecoder.ca>
pkgname=('newton-dynamics-git')
-pkgver=3.13a.r303.gfb4c291c1
-pkgrel=2
+pkgver=3.13a.r305.geb939cbbb
+pkgrel=1
pkgdesc='A 3D physics library'
arch=('x86_64')
url='http://newtondynamics.com'