summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoorat2021-12-04 23:15:29 +0600
committerzoorat2021-12-04 23:15:29 +0600
commit678ff522ea943d98df79f4e818126ff7d964df5a (patch)
tree3a851bfd694b3bec08212347f7a4260c2a1f9fba /PKGBUILD
parented6246f1c38f3cd75e2a6e64195cbb8498020334 (diff)
downloadaur-678ff522ea943d98df79f4e818126ff7d964df5a.tar.gz
fixing provides and conflicts
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f078ceb598b..c696451a6c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=bittorrent-tracker
pkgname=webtorrent-$_npmname
pkgver=9.18.3
-pkgrel=1
+pkgrel=2
pkgdesc="Simple, robust, BitTorrent tracker (client & server) implementation"
arch=(any)
@@ -12,8 +12,8 @@ license=("MIT")
depends=("nodejs")
makedepends=("npm" "jq")
-provides=("$_npmname")
-conflicts=("$_npmname")
+# provides=("$_npmname")
+# conflicts=("$_npmname")
options=(strip emptydirs zipman)
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"