summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Comandon2017-06-20 11:23:36 -0700
committerMathieu Comandon2017-06-20 11:23:36 -0700
commiteb14bae8f555a1b338c7958eada579553ae6affe (patch)
treec120806fb602ab4ef4b911088798920c1d1007c4
parent8b7411ba3e9f9c193a17ea1ddc7c305bf581742f (diff)
downloadaur-eb14bae8f555a1b338c7958eada579553ae6affe.tar.gz
Add lib32-sqlite dependency for Wine compatibility
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 007508fc755e..86b6c01bed4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lutris
pkgdesc = Open Gaming Platform
- pkgver = 0.4.12
+ pkgver = 0.4.12
pkgrel = 1
url = https://lutris.net/
arch = any
@@ -14,6 +14,7 @@ pkgbase = lutris
depends = python-gobject
depends = python-yaml
depends = python-evdev
+ depends = lib32-sqlite
optdepends = python-pyinotify: Enhanced Steam integration.
source = https://lutris.net/releases/lutris_0.4.12.tar.xz
sha256sums = 3033dbef271d3d9bcf20f0cc9df472a82733eba66b4364a09e94115f225d194c
diff --git a/PKGBUILD b/PKGBUILD
index 92acded34425..3974861a0ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='https://lutris.net/'
license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr'
- 'python-dbus' 'python-gobject' 'python-yaml' 'python-evdev')
+ 'python-dbus' 'python-gobject' 'python-yaml' 'python-evdev', 'lib32-sqlite')
makedepends=('python-setuptools')
optdepends=(
'python-pyinotify: Enhanced Steam integration.'