Date: Sunday, February 3, 2019 @ 00:18:40 Author: ffy00 Revision: 429233
upgpkg: lutris 0.5.0-1 Modified: lutris/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-02 23:02:37 UTC (rev 429232) +++ PKGBUILD 2019-02-03 00:18:40 UTC (rev 429233) @@ -3,7 +3,7 @@ # Contributor: Maxime Gauduin <[email protected]> pkgname=lutris -pkgver=0.4.23 +pkgver=0.5.0 pkgrel=1 pkgdesc='Open Gaming Platform' arch=('any') @@ -11,27 +11,27 @@ license=('GPL3') depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unrar' 'unzip' 'p7zip' 'curl' 'xorg-xrandr') makedepends=('python-setuptools') -checkdepends=('xorg-server-xvfb' 'xterm' 'python-nose-cover3' 'wine') +checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'python-requests' 'python-pillow' 'gtk3' 'webkit2gtk' 'gnome-desktop' 'wine' 'xterm') optdepends=('wine: Run windows games' 'wine-staging: Run windows games - Staging patches') makedepends=('python-setuptools') -source=("$url/releases/${pkgname}_$pkgver.tar.xz") -sha512sums=('c449cf229ecc31e8ad5884b6cddaa595b65b308ced995c9360c75c03bf4c52bded4ef3d215cf6ab01c174fc02858a0011b7688ae2f2ea530ad86a4aeaa304a11') +source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz") +sha512sums=('797e5ad40e9c3f630272c35df32f6ac4b8b73ea282c86ec79b7723b37e16267eb3f5f0eb23da495256d9a76f30a7c5e8405c84fb15c595e322dbf3424bf947e7') build() { - cd $pkgname + cd $pkgname-$pkgver python setup.py build } check() { - cd $pkgname + cd $pkgname-$pkgver xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml --with-coverage --cover-package=lutris --cover-xml-file=coverage.xml } package() { - cd $pkgname + cd $pkgname-$pkgver python setup.py install --root="$pkgdir" --optimize=1 --skip-build }
