summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-03-08 13:00:29 -0500
committerfrealgagu2018-03-08 13:00:29 -0500
commit0ec8aa268bd3af67bc36bcc553afea8bb3a9fc72 (patch)
treeec9badd3a0fcee5d9008af7fbcc98ab623ac05eb
parent4012213215bd8410f018ade0c7433d90f8a4c5da (diff)
downloadaur-0ec8aa268bd3af67bc36bcc553afea8bb3a9fc72.tar.gz
Adding install clause to PKGBUILD
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4843e17956c1..61a07c443c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
-# 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.4
- pkgrel = 1
- url = https://github.com/mupen64plus
+ pkgrel = 2
+ url = http://m64py.sourceforge.net
+ install = m64py.install
arch = any
license = GPL
makedepends = python-distribute
diff --git a/PKGBUILD b/PKGBUILD
index e643bc8d0124..754662cf839d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Pedro Gabriel (pedrogabriel@dcc.ufmg.br)
+# Maintainer: Fredy GarcĂ­a (frealgagu@gmail.com)
+# Contributor: Pedro Gabriel (pedrogabriel@dcc.ufmg.br)
# Contributor: cookiengineer
pkgname=m64py
pkgver=0.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="QT5 front-end for Mupen64Plus in Python"
arch=("any")
-url="https://github.com/mupen64plus"
+url="http://m64py.sourceforge.net"
license=("GPL")
depends=(mupen64plus sdl2 python-pyqt5 python-pysdl2 desktop-file-utils libxkbcommon-x11)
makedepends=(python-distribute)
+install='m64py.install'
source=("https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/${pkgver}/m64py-${pkgver}.tar.gz")
md5sums=('5710db43f238ec4527634d69d9bacf0b')