[arch-commits] Commit in pyglet/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Mar 4 23:41:58 UTC 2020
Date: Wednesday, March 4, 2020 @ 23:41:58
Author: kkeen
Revision: 590674
upgpkg: pyglet 1.5.0-1
Modified:
pyglet/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-04 22:46:45 UTC (rev 590673)
+++ PKGBUILD 2020-03-04 23:41:58 UTC (rev 590674)
@@ -5,7 +5,7 @@
pkgbase=pyglet
pkgname=('python-pyglet')
-pkgver=1.4.9
+pkgver=1.5.0
pkgrel=1
pkgdesc="A cross-platform windowing and multimedia library for Python"
arch=('any')
@@ -15,7 +15,7 @@
makedepends=('python-setuptools')
optdepends=('ffmpeg: provides audio&video support')
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip")
-md5sums=('047ab2874e9be36e2190f95c48a84d0f')
+md5sums=('81dd8452908eaae866b544e9ec9480c9')
prepare() {
cd "$srcdir"
More information about the arch-commits
mailing list