summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dec3cbb1917..62217440e4e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
-pkgname=lutris-git
-pkgver=0.3.7.2.r6.76514e8
+pkgname=lutris
+pkgver=0.3.7
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -11,18 +11,10 @@ license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr'
'python2-dbus' 'python2-gobject' 'python2-xdg' 'python2-yaml'
'xdg-user-dirs')
-makedepends=('git' 'python2-setuptools')
-provides=('lutris')
-conflicts=('lutris')
+makedepends=('python2-setuptools')
install='lutris.install'
-source=('git+https://github.com/lutris/lutris.git')
-sha256sums=('SKIP')
-
-pkgver() {
- cd lutris
-
- git describe --tags | sed 's/v//; s/-/.r/; s/-g/./'
-}
+source=("https://lutris.net/releases/lutris_${pkgver}.tar.gz")
+sha256sums=('aff6e5d9319b3018ed605da6da53f5d98c0a5faaa5bea017fb3c2deb5f27fada')
prepare() {
cd lutris