[arch-commits] Commit in pyglet/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri Aug 16 04:18:35 UTC 2019


    Date: Friday, August 16, 2019 @ 04:18:35
  Author: kkeen
Revision: 499660

upgpkg: pyglet 1.4.2-1

Modified:
  pyglet/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-16 04:04:28 UTC (rev 499659)
+++ PKGBUILD	2019-08-16 04:18:35 UTC (rev 499660)
@@ -5,16 +5,17 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
-url="https://bitbucket.org/pyglet/pyglet/wiki/Home"
+url="https://github.com/pyglet/pyglet"
 license=('BSD')
+depends=('python' 'glu' 'python-future')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 #optdepends=('avbin: provides audio&video support')
 source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz")
-md5sums=('b3ea0d85aed911915f44ce6a14b19691')
+md5sums=('bb80d54da67c35aa0b94813187208f05')
 
 prepare() {
 	cd "$srcdir"



More information about the arch-commits mailing list