summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2018-07-24 15:45:48 -0400
committerJean Lucas2018-07-24 15:46:39 -0400
commit31703ab92b5c25250bce64212f53bf9261928868 (patch)
tree8304e22c96e78ce66f38990eec17c71e68b24c0d
parent464025256a5686e72d1ebc93715c7bdd9be16dcf (diff)
downloadaur-31703ab92b5c25250bce64212f53bf9261928868.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2abb762cfa1..667f89676e13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 24 19:35:48 UTC 2018
+# Tue Jul 24 19:46:33 UTC 2018
pkgbase = peertube-git
pkgdesc = Federated (ActivityPub) video-streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular
pkgver = 1.0.0+beta.9+125+ga8bf1d82
@@ -19,6 +19,8 @@ pkgbase = peertube-git
depends = openssl
depends = redis
optdepends = nginx
+ provides = peertube
+ conflicts = peertube
backup = etc/peertube/production.yaml
source = git+https://github.com/Chocobozzz/peertube
source = peertube.install
diff --git a/PKGBUILD b/PKGBUILD
index aba7af2c8d2e..277b3e372ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ makedepends=(git yarn python2)
optdepends=(nginx)
url=https://joinpeertube.org
license=(AGPL3)
+provides=(peertube)
+conflicts=(peertube)
backup=(etc/peertube/production.yaml)
install=peertube.install
source=(git+https://github.com/Chocobozzz/peertube