Date: Sunday, November 27, 2022 @ 23:15:42 Author: heftig Revision: 462643
0.8.2-1 Modified: dleyna/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-27 19:38:30 UTC (rev 462642) +++ PKGBUILD 2022-11-27 23:15:42 UTC (rev 462643) @@ -2,7 +2,7 @@ pkgbase=dleyna pkgname=(dleyna dleyna-docs) -pkgver=0.8.1 +pkgver=0.8.2 pkgrel=1 pkgdesc="Services and D-Bus APIs to access UPnP and DLNA media devices" url="https://gitlab.gnome.org/World/dLeyna" @@ -20,11 +20,12 @@ git meson python-docutils + python-gobject python-sphinx python-sphinx_rtd_theme ) options=(debug) -_commit=21e074a2f5ab707698e3dff115c69bbb31dcfba8 # tags/v0.8.1^0 +_commit=9444b8eb9e48a3985340c7f7e0d3a63d2b352302 # tags/v0.8.2^0 source=("git+https://gitlab.gnome.org/World/dLeyna.git#commit=$_commit") sha256sums=('SKIP') @@ -68,6 +69,9 @@ conflicts=("${replaces[@]}") meson install -C build --destdir "$pkgdir" + + python -m compileall -d /usr/lib "$pkgdir/usr/lib" + python -O -m compileall -d /usr/lib "$pkgdir/usr/lib" } package_dleyna-docs() {
