summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-04-10 20:39:12 -0500
committerfrealgagu2020-04-10 20:39:12 -0500
commit345dd39373b5895437f6dc1a1efcf78d2a578a6b (patch)
treeca7f5c68b3bf2e6219b8d5ea468fb53a7ab760ac
parent1ead2ce08df2caf08548e7b187dfd3cc954d4478 (diff)
downloadaur-345dd39373b5895437f6dc1a1efcf78d2a578a6b.tar.gz
Upgrading to version 0.2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2204484a9d9b..51de265a7468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = m64py
pkgdesc = A Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator
- pkgver = 0.2.4
- pkgrel = 5
+ pkgver = 0.2.5
+ pkgrel = 1
url = https://github.com/mupen64plus/mupen64plus-ui-python
arch = any
license = GPL
@@ -11,8 +11,8 @@ pkgbase = m64py
depends = mupen64plus
depends = python-pyqt5
depends = python-pysdl2
- source = https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/0.2.4/m64py-0.2.4.tar.gz
- sha256sums = 38c175587f6bb1984586584f27faad72ac3db7fed4bbbbdf26b3c75bfd0a6ce4
+ source = https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/0.2.5/m64py-0.2.5.tar.gz
+ sha256sums = 0223569ec031b6e6c1d96ac51a19b9262cccce7705c84b5ca5044c94afb75fca
pkgname = m64py
diff --git a/PKGBUILD b/PKGBUILD
index 521add5b75d4..196d0efdd7a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: cookiengineer
pkgname=m64py
-pkgver=0.2.4
-pkgrel=5
+pkgver=0.2.5
+pkgrel=1
pkgdesc="A Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator"
arch=("any")
url="https://github.com/mupen64plus/mupen64plus-ui-python"
@@ -12,7 +12,7 @@ license=("GPL")
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")
+sha256sums=("0223569ec031b6e6c1d96ac51a19b9262cccce7705c84b5ca5044c94afb75fca")
package() {
cd "${srcdir}/${pkgname}-${pkgver}"