summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAxel Gembe2020-03-26 12:50:30 +0700
committerAxel Gembe2020-03-26 12:50:30 +0700
commit69000af9c040f0d014aaccace3f4d0d4ae49045e (patch)
treef9489bd07d62f599d5a9849b5237ece20d4a0c59 /PKGBUILD
parent563efd4d55b39f1cff32865d77011d24c3465edd (diff)
downloadaur-69000af9c040f0d014aaccace3f4d0d4ae49045e.tar.gz
Replace conflicts list with provides / conflicts on
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 765f1f17f064..a935eef2cc61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ makedepends=(
'go'
'git'
)
-conflicts=("plexdrive-bin" "plexdrive-git" "plexdrive-dev-git" "plexdrive-mongodb" "plexdrive-mongodb-bin" "plexdrive-sqlite" "plexdrive-sqlite-bin")
+provides=("$pkgname")
+conflicts=("$pkgname")
source=(https://github.com/dweidenfeld/plexdrive/archive/5.0.0.tar.gz)
sha256sums=('68763993a3da3d8ccd0dc18b3a5db7ab7ad8d03fde2d9be2ef4829e8356225bd')
_goroot='/usr/lib/go'