summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro Gabriel Drumond Pereira2015-08-04 22:17:20 -0300
committerPedro Gabriel Drumond Pereira2015-08-04 22:17:20 -0300
commit14cb44bc1ef35e3736b1ba56ffa4a76f1a34c5a8 (patch)
tree4663d36fd8e569f1d06997b50625b763b0531e5c /PKGBUILD
parent23f81286feb880025b464759e7557260ca782334 (diff)
downloadaur-14cb44bc1ef35e3736b1ba56ffa4a76f1a34c5a8.tar.gz
Added libxkbcommon-x11 as dependence
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")