summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-25 15:07:39 +0000
committerDaniel Bermond2020-05-25 15:07:39 +0000
commitd328fe7503ef35c492937ed1f4684a6faed50a84 (patch)
tree879cc56ce27748a1a5c3e2750a30fa7f4ae55a00
parentc138378420c03c3e681dd80443413826606396e4 (diff)
downloadaur-d328fe7503ef35c492937ed1f4684a6faed50a84.tar.gz
Fix provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82ef84e23ea3..ef3eb85d62e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m64p-git
pkgdesc = Mupen64Plus with custom plugins and Qt5 GUI (git version)
- pkgver = r136.ga89a751
+ pkgver = r139.gb5cbdf8
pkgrel = 1
url = https://m64p.github.io/
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = m64p-git
depends = hicolor-icon-theme
provides = m64p
provides = mupen64plus-gui
- provides = mupenplus-video-gliden64
+ provides = mupen64plus-video-gliden64
conflicts = m64p
conflicts = mupen64plus-gui
- conflicts = mupenplus-video-gliden64
+ conflicts = mupen64plus-video-gliden64
conflicts = mupen64plus
source = git+https://github.com/loganmc10/m64p.git
source = git+https://github.com/m64p/mupen64plus-gui.git
diff --git a/PKGBUILD b/PKGBUILD
index 14cc453ec8e0..03c31035e9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=m64p-git
-pkgver=r136.ga89a751
+pkgver=r139.gb5cbdf8
pkgrel=1
pkgdesc='Mupen64Plus with custom plugins and Qt5 GUI (git version)'
arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('freetype2' 'glu' 'hidapi' 'libgl' 'libpng' 'libsamplerate'
'minizip' 'p7zip' 'qt5-base' 'qt5-websockets' 'sdl2' 'sdl2_net'
'zlib' 'hicolor-icon-theme')
makedepends=('git' 'cmake' 'nasm' 'icoutils')
-provides=('m64p' 'mupen64plus-gui' 'mupenplus-video-gliden64')
-conflicts=('m64p' 'mupen64plus-gui' 'mupenplus-video-gliden64' 'mupen64plus')
+provides=('m64p' 'mupen64plus-gui' 'mupen64plus-video-gliden64')
+conflicts=('m64p' 'mupen64plus-gui' 'mupen64plus-video-gliden64' 'mupen64plus')
source=('git+https://github.com/loganmc10/m64p.git'
'git+https://github.com/m64p/mupen64plus-gui.git'
'git+https://github.com/m64p/mupen64plus-audio-sdl2.git'