summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Mildenberger2020-01-05 18:20:30 +0100
committerPhilipp Mildenberger2020-01-05 18:20:30 +0100
commit1bf9893fecabfc85c337df3b9ad8002e19f86cb4 (patch)
treece5def940188f1f9be20628e6edccdf1fe253b00
parentb1b738fc56b58f8baeba9cd1c1eeee3b3e02b393 (diff)
downloadaur-1bf9893fecabfc85c337df3b9ad8002e19f86cb4.tar.gz
Removed parentheses for pkgbase (arrays are not supported)
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e74b2ba4dd4..3308b072154b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Maintainer stable version: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-pkgbase=('bullet-git')
+pkgbase='bullet-git'
pkgname=('bullet-git' 'bullet-docs-git')
-pkgver=2.83.6.r2.g6c24193
+pkgver=2.89.r21.gb57557c6c
pkgrel=1
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
arch=('i686' 'x86_64')