summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7ad08793058..a1033fdfdc49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = panda3d
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
+ pkgver = 1.10.1
pkgrel = 1
url = http://www.panda3d.org
install = panda3d.install
@@ -56,9 +56,9 @@ pkgbase = panda3d
optdepends = vrpn-git: support for virtual reality trackers.
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
diff --git a/PKGBUILD b/PKGBUILD
index 4b89fddd67d5..2a8627197d88 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Tucos <baspape@gmail.com>
pkgname=panda3d
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
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"
@@ -81,5 +81,5 @@ package() {
install -D -m644 "$srcdir/panda3d-$pkgver/doc/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('9eb28f8b98e909aed201014991255df8'
+md5sums=('a8e438d4a13ac8c81b80d288326617b3'
'057269173f3c1987953302519bc744fa')