summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-03-06 13:33:52 -0500
committerfrealgagu2020-03-06 13:33:52 -0500
commit1ead2ce08df2caf08548e7b187dfd3cc954d4478 (patch)
tree3e9292860135b0ad8886a6ce393f6ca718ec3949
parent7a5151c71d9fcc14997d3e60778935c8115a8fe3 (diff)
downloadaur-1ead2ce08df2caf08548e7b187dfd3cc954d4478.tar.gz
Increasing pkgrel in order to recompile with python 3.8
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8184c0b2718..2204484a9d9b 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 = 4
+ pkgrel = 5
url = https://github.com/mupen64plus/mupen64plus-ui-python
arch = any
license = GPL
diff --git a/.gitignore b/.gitignore
index 9725260ae5aa..a16eed2a2592 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+m64py-*.pkg.tar.zst
m64py-*.pkg.tar.xz
m64py-*.tar.gz
m64py-*.log
diff --git a/PKGBUILD b/PKGBUILD
index f8fc839120b7..521add5b75d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=m64py
pkgver=0.2.4
-pkgrel=4
+pkgrel=5
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"