summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02b606a6a912..ba26ae149b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpvz-git
pkgdesc = Qt5/QML based GUI for libmpv. Based on the Tethys theme for Bomi.
pkgver = 0.r147.g1eea404
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Zren/mpvz
arch = i686
arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = mpvz-git
depends = qt5-x11extras
depends = qt5-quickcontrols
depends = mpv
+ provides = mpvz
+ conflicts = mpvz
source = mpvz::git://github.com/Zren/mpvz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 903e2e19a32b..37003aad9ebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,12 @@ _pkgname=mpvz
_github="Zren/${_pkgname}"
pkgname=${_pkgname}-git
pkgver=0.r147.g1eea404
-pkgrel=1
+pkgrel=2
pkgdesc='Qt5/QML based GUI for libmpv. Based on the Tethys theme for Bomi.'
-arch=('i686' 'x86_64')
url="https://github.com/${_github}"
+conflicts=("${_pkgname}")
+provides=("${_pkgname}")
+arch=('i686' 'x86_64')
license=('GPL2')
makedepends=('git')
depends=('qt5-x11extras' 'qt5-quickcontrols' 'mpv')