diff options
author | zan | 2021-06-14 18:48:42 -0400 |
---|---|---|
committer | zan | 2021-06-14 18:48:42 -0400 |
commit | 6aee43cc7e558d54f6f4b2c6c303f7c51feb0ef0 (patch) | |
tree | 204a433932238a63e03f27eb2aab8682902764bc | |
parent | 4dbcd22e2f83fba32fbc10ff71acb30e04389662 (diff) | |
download | aur-6aee43cc7e558d54f6f4b2c6c303f7c51feb0ef0.tar.gz |
Add qt5-tools makedep
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,13 @@ pkgbase = m64py-git pkgdesc = A frontend for Mupen64Plus - pkgver = 0.2.3.r11.80555df + pkgver = 0.2.5.r13.0a08a32 pkgrel = 1 url = http://m64py.sourceforge.net/ arch = any license = GPL makedepends = git makedepends = python-setuptools + makedepends = qt5-tools depends = mupen64plus depends = python-pyqt5 depends = python-pysdl2 @@ -16,4 +17,3 @@ pkgbase = m64py-git md5sums = SKIP pkgname = m64py-git - @@ -1,13 +1,13 @@ pkgname=m64py-git _gitname=mupen64plus-ui-python -pkgver=0.2.3.r11.80555df +pkgver=0.2.5.r13.0a08a32 pkgrel=1 pkgdesc='A frontend for Mupen64Plus' arch=('any') url='http://m64py.sourceforge.net/' license=('GPL') depends=(mupen64plus python-pyqt5 python-pysdl2) -makedepends=(git python-setuptools) +makedepends=(git python-setuptools qt5-tools) conflicts=(m64py) provides=(m64py) source=("git://github.com/mupen64plus/$_gitname.git") |