summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornekgem22021-04-24 11:51:06 +0000
committernekgem22021-04-24 11:51:06 +0000
commitb6f4147b107bbd53a2653fa9c16c3f1de97403af (patch)
tree00fe4936ce7d782ff37656a0b75938e1f969abd5
parentcae63582be7f265b52fab6ca51eb4de8d101a60e (diff)
downloadaur-b6f4147b107bbd53a2653fa9c16c3f1de97403af.tar.gz
remove oxen-mq conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 762a29d455bb..ff0c862da344 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lokinet
pkgdesc = Anonymous, decentralized and IP based overlay network for the internet.
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://lokinet.org
install = lokinet.install
arch = x86_64
@@ -16,7 +16,6 @@ pkgbase = lokinet
depends = unbound
depends = sqlite
depends = ngtcp2-notls
- conflicts = oxen-mq
backup = etc/conf.d/lokinet
source = https://github.com/loki-project/loki-network/releases/download/v0.9.0/lokinet-v0.9.0.tar.xz
source = https://github.com/loki-project/loki-network/releases/download/v0.9.0/lokinet-v0.9.0.tar.xz.sig
diff --git a/PKGBUILD b/PKGBUILD
index 1c25b8d0e702..da48e1b3f1ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: nekgem2 <nekgem2@firemail.cc>
pkgname=lokinet
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Anonymous, decentralized and IP based overlay network for the internet."
arch=('x86_64' 'aarch64')
url="https://lokinet.org"
license=('GPL3')
depends=('libuv' 'libsodium' 'curl' 'zeromq' 'unbound' 'sqlite' 'ngtcp2-notls')
makedepends=('git' 'cmake')
-conflicts=('oxen-mq')
install='lokinet.install'
backup=('etc/conf.d/lokinet')
source=("https://github.com/loki-project/loki-network/releases/download/v$pkgver/lokinet-v$pkgver.tar.xz"{,.sig}