summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolden Lewis2020-10-13 18:55:44 -0700
committerHolden Lewis2020-10-13 19:08:08 -0700
commit4e8c9836a4f4314764a4ad2c00db14d7d8ba8457 (patch)
tree39e924dc63bb22c8ad4b798546a53a265318d993
parent9f86d1868731b832989c1baccbec0eedf9cf02ef (diff)
downloadaur-4e8c9836a4f4314764a4ad2c00db14d7d8ba8457.tar.gz
Remove provides & conflicts as they are implied
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9698c27ef105..91cc26a90574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = impostor-server
pkgdesc = Unofficial dedicated server for Among Us.
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://aeonlucid.com/Impostor/
arch = x86_64
license = GPL3
@@ -10,8 +10,6 @@ pkgbase = impostor-server
makedepends = lttng-ust
depends = zlib
depends = krb5
- provides = impostor-server
- conflicts = impostor-server
options = !strip
source = git+https://github.com/AeonLucid/Impostor.git#tag=v1.1.0
source = git+https://github.com/AeonLucid/Hazel-Networking.git
diff --git a/PKGBUILD b/PKGBUILD
index c21ae1967059..160f249d43b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=impostor-server
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Unofficial dedicated server for Among Us.'
url='https://aeonlucid.com/Impostor/'
arch=('x86_64')
license=('GPL3')
depends=('zlib' 'krb5')
makedepends=('git' 'dotnet-sdk' 'lttng-ust')
-provides=('impostor-server')
-conflicts=('impostor-server')
options=('!strip')
source=("git+https://github.com/AeonLucid/Impostor.git#tag=v${pkgver}"
"git+https://github.com/AeonLucid/Hazel-Networking.git"