summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Klevtsov2020-02-16 21:18:21 +0700
committerArtem Klevtsov2020-02-16 21:18:21 +0700
commit47ede42014e453659158094ed5b0dc00757815c6 (patch)
treea2ad5b5f2b74bdd72dc72312358b7a22870058dd /PKGBUILD
parenta6767032eef11acd470c52a2663356b2c56ff162 (diff)
downloadaur-47ede42014e453659158094ed5b0dc00757815c6.tar.gz
Add conflicts and replaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88e492711260..27e4b5e52073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url="https://github.com/johang/vlc-bittorrent"
license=('GPL')
depends=(vlc libtorrent-rasterbar)
makedepends=(boost)
+conflicts=('vlc-bittorrent')
+replaces=('vlc-bittorrent')
source=('git+https://github.com/johang/vlc-bittorrent.git')
sha256sums=('SKIP')