[arch-commits] Commit in pyglet/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sat May 9 09:23:35 UTC 2020
Date: Saturday, May 9, 2020 @ 09:23:34
Author: kkeen
Revision: 625916
upgpkg: pyglet 1.5.5-1
Modified:
pyglet/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-09 08:36:05 UTC (rev 625915)
+++ PKGBUILD 2020-05-09 09:23:34 UTC (rev 625916)
@@ -5,8 +5,8 @@
pkgbase=pyglet
pkgname=('python-pyglet')
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
pkgdesc="A cross-platform windowing and multimedia library for Python"
arch=('any')
url="https://github.com/pyglet/pyglet"
@@ -16,7 +16,7 @@
optdepends=('ffmpeg: provides audio&video support'
'openal: live audio')
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip")
-md5sums=('550b7423f156dc5a1d8196e3effcdd10')
+md5sums=('4547f8e5fb590d2f7252ca682a7ce670')
prepare() {
cd "$srcdir/$pkgbase-$pkgver"
@@ -23,9 +23,6 @@
# https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
rm -rf pyglet/extlibs/future/
-
- # FS#66491, remove on 1.5.5
- sed -i "s|from_string('audio/x-raw|&, format=S16LE|" pyglet/media/codecs/gstreamer.py
}
build() {
More information about the arch-commits
mailing list