summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorE5ten2018-05-05 18:59:34 -0400
committerE5ten2018-05-05 18:59:34 -0400
commit3284fdbc1217cbe76dcda6029453d241261b9037 (patch)
tree6be21919296afe74bfb8ca9ce11c383d3e266e5c
parent19789e2a83d9b53c6920f1ee903a75dca182cf0e (diff)
downloadaur-3284fdbc1217cbe76dcda6029453d241261b9037.tar.gz
fix conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4f142b686bf..cea59eed613a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = libvlc
pkgdesc = The VLC library not bundled with VLC so one can use things depending on the lib without installing VLC
pkgver = 5.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.videolan.org/LibVLC/
arch = x86_64
license = LGPL
depends = libvlccore
+ provides = vlc
+ conflicts = vlc
source = https://mex.mirror.pkgbuild.com/extra/os/x86_64/vlc-3.0.1-2-x86_64.pkg.tar.xz
md5sums = a906947ae388875fdd08a68ac6ee4c1c
diff --git a/PKGBUILD b/PKGBUILD
index 3a530db13f20..22ae4e3d1af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
pkgname=libvlc
pkgver=5.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="The VLC library not bundled with VLC so one can use things depending on the lib without installing VLC"
arch=('x86_64')
url='https://www.videolan.org/LibVLC/'
license=('LGPL')
depends=('libvlccore')
+provides=('vlc')
+conflicts=('vlc')
source=("https://mex.mirror.pkgbuild.com/extra/os/x86_64/vlc-3.0.1-2-x86_64.pkg.tar.xz")
md5sums=('a906947ae388875fdd08a68ac6ee4c1c')