[arch-commits] Commit in lutris/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Mon Mar 30 02:03:15 UTC 2020
Date: Monday, March 30, 2020 @ 02:03:15
Author: ffy00
Revision: 606700
upgpkg: lutris 0.5.5-1
Modified:
lutris/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-30 01:53:29 UTC (rev 606699)
+++ PKGBUILD 2020-03-30 02:03:15 UTC (rev 606700)
@@ -3,14 +3,14 @@
# Contributor: Maxime Gauduin <alucryd at archlinux.org>
pkgname=lutris
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net'
license=('GPL3')
depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 'mesa-demos')
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 'mesa-demos' 'python-dbus')
makedepends=('python-setuptools')
checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
optdepends=('wine: Windows support'
@@ -17,17 +17,9 @@
'vulkan-icd-loader: Vulkan support'
'lib32-vulkan-icd-loader: Vulkan support')
makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz"
- 'sort_new_with_model_fix.patch')
-sha512sums=('758c2a854912e29ac579c2030ec118e406db97aa0ecb9be394b2910e48e19c87a774972299b0c83e73fb57e8db3c98a2c52d1545e8071e378d3aff263d325cc4'
- '4c80024c47ae7165a57d94b4421bf8d61b926b5957b231570b0b2b3489d88ac08b1b16ba337ce9bc50174aa057987764363a42465af643286e5dd9cdce16e5d9')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz")
+sha512sums=('d63b9c79f55238d01b6a8c8fe62a0c70d7334c023a51e92d1c99a91cfc9336d3d071d13394c49d0a26bc04549ab7b7122aa8f133da00ed5aa8ae3a7bcc63848f')
-prepare() {
- cd $pkgname-$pkgver
-
- patch -p1 -i ../sort_new_with_model_fix.patch
-}
-
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list