summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-10-04 06:22:53 +0200
committerAlexandre Bouvier2021-10-04 06:22:53 +0200
commit785063d3487bce09c67b4fdce0edbb983da6dcae (patch)
tree45410d95a3e08156888c8776474ae6ad68a3e30a /PKGBUILD
parent684cef1e2828f0f7800f90a95da58771e024f812 (diff)
downloadaur-785063d3487bce09c67b4fdce0edbb983da6dcae.tar.gz
update to r411.26e306ac
* update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2c899199cc7..e2cc8a4ae757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,21 @@
# Contributor: Mike Polvere <mic.tjs@gmail.com>
_pkgname=libretro-mupen64plus-next
pkgname=$_pkgname-git
-pkgver=r402.86dc2b78
+pkgver=r411.26e306ac
pkgrel=1
pkgdesc="Nintendo 64 core"
arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/libretro/mupen64plus-libretro-nx"
license=('GPL2')
groups=('libretro')
-depends=('libgl' 'libpng' 'libretro-core-info' 'minizip' 'xxhash' 'zlib')
-makedepends=('git' 'libglvnd' 'nasm')
+depends=('libgl' 'libpng' 'libretro-core-info')
+makedepends=('git' 'libglvnd' 'minizip' 'nasm' 'xxhash' 'zlib')
provides=("$_pkgname")
conflicts=("$_pkgname")
replaces=('libretro-mupen64plus-nx-git')
options=('!lto') # https://github.com/libretro/mupen64plus-libretro-nx/issues/359
source=("$_pkgname::git+$url.git")
-md5sums=('SKIP')
+b2sums=('SKIP')
pkgver() {
cd $_pkgname