summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorilbuonmarcio2024-03-28 01:21:14 +0100
committerilbuonmarcio2024-03-28 01:21:14 +0100
commit6c258f183f0eb5d2134154db2e50f29b6ebd51c5 (patch)
treec0191627bba0bd7c9cc39e898604f014c50c02a0 /PKGBUILD
parent6aee43cc7e558d54f6f4b2c6c303f7c51feb0ef0 (diff)
downloadaur-m64py-git.tar.gz
Fixed git+https suggestion
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecc6ca18cc41..28d208a6b4d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=m64py-git
_gitname=mupen64plus-ui-python
-pkgver=0.2.5.r13.0a08a32
+pkgver=0.2.5.r37.90093ce
pkgrel=1
pkgdesc='A frontend for Mupen64Plus'
arch=('any')
@@ -10,7 +10,7 @@ depends=(mupen64plus python-pyqt5 python-pysdl2)
makedepends=(git python-setuptools qt5-tools)
conflicts=(m64py)
provides=(m64py)
-source=("git://github.com/mupen64plus/$_gitname.git")
+source=("git+https://github.com/mupen64plus/$_gitname.git")
md5sums=('SKIP')
pkgver() {