summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-11-08 20:09:12 -0500
committerfrealgagu2018-11-08 20:09:12 -0500
commit7a5151c71d9fcc14997d3e60778935c8115a8fe3 (patch)
treef49c2562f642a65517b4ae594f1161f68ccaa6f7
parentfd080b8372355ee4c02a2f324bfbd888b5fa94dd (diff)
downloadaur-7a5151c71d9fcc14997d3e60778935c8115a8fe3.tar.gz
Compiling in chroot.
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD2
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7dcbbd8caf..e8184c0b2718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,11 @@ pkgbase = m64py
arch = any
license = GPL
makedepends = python-distribute
+ depends = desktop-file-utils
depends = libxkbcommon-x11
depends = mupen64plus
depends = python-pyqt5
depends = python-pysdl2
- depends = sdl2
source = https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/0.2.4/m64py-0.2.4.tar.gz
sha256sums = 38c175587f6bb1984586584f27faad72ac3db7fed4bbbbdf26b3c75bfd0a6ce4
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9725260ae5aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+m64py-*.pkg.tar.xz
+m64py-*.tar.gz
+m64py-*.log
+PKGBUILD-namcap.log
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index e2144a4fb67b..f8fc839120b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Ni
arch=("any")
url="https://github.com/mupen64plus/mupen64plus-ui-python"
license=("GPL")
-depends=("libxkbcommon-x11" "mupen64plus" "python-pyqt5" "python-pysdl2" "sdl2")
+depends=("desktop-file-utils" "libxkbcommon-x11" "mupen64plus" "python-pyqt5" "python-pysdl2")
makedepends=("python-distribute")
source=("https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=("38c175587f6bb1984586584f27faad72ac3db7fed4bbbbdf26b3c75bfd0a6ce4")