summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcroxis2019-02-18 15:28:26 -0800
committercroxis2019-02-18 15:28:26 -0800
commit530ee1e6d5d8749ca69edbe6d04fa62b595dd1d7 (patch)
tree9770b4544a12db4f8c5c6fe426b491a54e24431b
parent72ac40d9a03d4720f90c95cfd4364d22539c793f (diff)
downloadaur-530ee1e6d5d8749ca69edbe6d04fa62b595dd1d7.tar.gz
Updated to 1.10.1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e01ed27fdf29..0f6df5470481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = panda3d-python2
pkgdesc = A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d.
- pkgver = 1.10.0
- pkgrel = 2
+ pkgver = 1.10.1
+ pkgrel = 0
url = http://www.panda3d.org
install = panda3d.install
arch = i686
@@ -57,9 +57,9 @@ pkgbase = panda3d-python2
optdepends = vrpn-git: support for virtual reality trackers (unavailable)
optdepends = libgles: OpenGL ES support
optdepends = libegl: GLX for OpenGL ES
- source = https://github.com/panda3d/panda3d/archive/v1.10.0.tar.gz
+ source = https://github.com/panda3d/panda3d/archive/v1.10.1.tar.gz
source = panda3d.install
- md5sums = 9eb28f8b98e909aed201014991255df8
+ md5sums = a8e438d4a13ac8c81b80d288326617b3
md5sums = 057269173f3c1987953302519bc744fa
pkgname = panda3d-python2
diff --git a/PKGBUILD b/PKGBUILD
index c5bc70e5fc18..ec130a24a823 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Tucos <baspape@gmail.com>
pkgname=panda3d-python2
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.1
+pkgrel=0
pkgdesc="A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d."
url="http://www.panda3d.org"
arch=('i686' 'x86_64')
@@ -81,5 +81,5 @@ package() {
install -D -m644 "$srcdir/panda3d-$pkgver/doc/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('9eb28f8b98e909aed201014991255df8'
+md5sums=('a8e438d4a13ac8c81b80d288326617b3'
'057269173f3c1987953302519bc744fa')