summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ace104fdaa63..cba37b93c978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Pedro Gabriel (pedrogabriel@dcc.ufmg.br)
pkgname=m64py
pkgver=0.2.3
-pkgrel=4
+pkgrel=5
pkgdesc="QT5 front-end for Mupen64Plus in Python"
arch=("any")
url="http://m64py.sourceforge.net"
license=("GPL")
-depends=(mupen64plus sdl2 python-pyqt5 desktop-file-utils)
+depends=(mupen64plus sdl2 python-pyqt5 desktop-file-utils libxkbcommon-x11)
makedepends=(python-distribute)
install='m64py.install'
source=("http://downloads.sourceforge.net/m64py/m64py-${pkgver}.tar.gz")