summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-03-01 08:13:48 -0700
committerMark Wagie2022-03-01 08:13:48 -0700
commit9a46cf78c2332a5a704833d3eef243c5b3373d8f (patch)
tree0a710abb65e9d5535dd795214b5c7d375c256ff1 /PKGBUILD
parent29d06106d6173690b98d712bafebd111e786d660 (diff)
downloadaur-9a46cf78c2332a5a704833d3eef243c5b3373d8f.tar.gz
remove python-magic and libnotify
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 796533979e04..1915e6ab61dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.10.beta1.r125.g703ea152
+pkgver=0.5.10.beta2.r50.gac6ca06a
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
license=('GPL3')
-depends=('dbus-python' 'cabextract' 'curl' 'glib2' 'gtk3' 'libnotify' 'mesa-utils'
+depends=('dbus-python' 'cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils'
'p7zip' 'psmisc' 'python-distro' 'python-gobject' 'python-lxml'
- 'python-magic' 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
+ 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
'webkit2gtk' 'xorg-xrandr')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')