[arch-commits] Commit in lutris/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Nov 17 16:24:42 UTC 2019


    Date: Sunday, November 17, 2019 @ 16:24:41
  Author: ffy00
Revision: 530040

fix http client (0.5.3-3)

Fixes FS#64503

Modified:
  lutris/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-17 15:58:13 UTC (rev 530039)
+++ PKGBUILD	2019-11-17 16:24:41 UTC (rev 530040)
@@ -4,7 +4,7 @@
 
 pkgname=lutris
 pkgver=0.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
@@ -17,9 +17,17 @@
             '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")
-sha512sums=('c48be1cf1efada290847d86876dae40346142b041119e6c6733e41e27c0277771647992e5475bfa3a71b639a0d9ff2e2ca3527612cc1a723aa0bac46960606c9')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz"
+        'fix-python3.8.patch::https://github.com/lutris/lutris/commit/2f7c3b1aefc96608d814e2ad37b6c49c687fae1b.patch')
+sha512sums=('c48be1cf1efada290847d86876dae40346142b041119e6c6733e41e27c0277771647992e5475bfa3a71b639a0d9ff2e2ca3527612cc1a723aa0bac46960606c9'
+            '279fa1d9868642f5a3679db3ad0252b197a7907fae61d68bd7ce2bf42636f11e0ba0bfa1f94df068efd7b45571c2a38751b66c7cb28acdff9e162a33f3337978')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../fix-python3.8.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list