summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bac8663c5b4..d990bcb28674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,9 @@ prepare () {
# avbin moved
sed -i "s|from pyglet.media import avbin|from pyglet.media.sources import avbin|g" brainworkshop.pyw
+
+ # set_position was deprecated
+ sed -i "s|.set_position|.position = |g" brainworkshop.pyw
}
package() {