summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoraline Shuryn2024-02-01 15:29:44 -0500
committerCoraline Shuryn2024-02-01 15:29:44 -0500
commite310707226c110e89d6955c8a6c46fc9d73e9b91 (patch)
treeb57e78d51a80f5d3f0adbda4a5942feb841b6fad
parentf4148de6501e8340059313dbfc4ed979c8a48aac (diff)
downloadaur-e310707226c110e89d6955c8a6c46fc9d73e9b91.tar.gz
conflict and provide arrpc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df1557c5d0af..061ce8cbe7ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = arrpc-git
makedepends = git
depends = glibc
depends = gcc-libs
+ provides = arrpc
+ conflicts = arrpc
options = !strip
source = arrpc-git::git+https://github.com/OpenAsar/arrpc.git
source = async.patch
diff --git a/PKGBUILD b/PKGBUILD
index 0ecb8a423dde..a9429c2719bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ arch=("x86_64")
url="https://arrpc.openasar.dev/"
license=('MIT')
depends=("glibc" "gcc-libs")
+conflicts=("arrpc")
+provides=("arrpc")
makedepends=("npm" "git")
# for some reason stripping the binary breaks it
options=(!strip)