summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpedrogabriel2017-02-13 13:21:51 -0200
committerpedrogabriel2017-02-13 13:21:51 -0200
commit4012213215bd8410f018ade0c7433d90f8a4c5da (patch)
tree725e5e25e977d475a249943a6a722232b07cf329
parentda79a87818df26c3b7c42aa4d44d95a1fada8880 (diff)
downloadaur-4012213215bd8410f018ade0c7433d90f8a4c5da.tar.gz
updated to 0.2.4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1310cd69c747..4843e17956c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
+# Generated by mksrcinfo v8
+# Mon Feb 13 15:21:18 UTC 2017
pkgbase = m64py
pkgdesc = QT5 front-end for Mupen64Plus in Python
- pkgver = 0.2.3
- pkgrel = 5
- url = http://m64py.sourceforge.net
- install = m64py.install
+ pkgver = 0.2.4
+ pkgrel = 1
+ url = https://github.com/mupen64plus
arch = any
license = GPL
makedepends = python-distribute
depends = mupen64plus
depends = sdl2
depends = python-pyqt5
+ depends = python-pysdl2
depends = desktop-file-utils
depends = libxkbcommon-x11
- source = http://downloads.sourceforge.net/m64py/m64py-0.2.3.tar.gz
- md5sums = 170c980bb4266162cb61a931f529a8b2
+ source = https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/0.2.4/m64py-0.2.4.tar.gz
+ md5sums = 5710db43f238ec4527634d69d9bacf0b
pkgname = m64py
diff --git a/PKGBUILD b/PKGBUILD
index ecab097d8ce7..e643bc8d0124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Pedro Gabriel (pedrogabriel@dcc.ufmg.br)
+# Contributor: cookiengineer
pkgname=m64py
-pkgver=0.2.3
-pkgrel=5
+pkgver=0.2.4
+pkgrel=1
pkgdesc="QT5 front-end for Mupen64Plus in Python"
arch=("any")
-url="http://m64py.sourceforge.net"
+url="https://github.com/mupen64plus"
license=("GPL")
-depends=(mupen64plus sdl2 python-pyqt5 desktop-file-utils libxkbcommon-x11)
+depends=(mupen64plus sdl2 python-pyqt5 python-pysdl2 desktop-file-utils libxkbcommon-x11)
makedepends=(python-distribute)
-source=("http://downloads.sourceforge.net/m64py/m64py-${pkgver}.tar.gz")
-md5sums=('170c980bb4266162cb61a931f529a8b2')
+source=("https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/${pkgver}/m64py-${pkgver}.tar.gz")
+md5sums=('5710db43f238ec4527634d69d9bacf0b')
package() {
cd "$srcdir/$pkgname-$pkgver"