summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Poldrack2021-01-18 09:14:14 +0100
committerMoritz Poldrack2021-01-18 09:14:14 +0100
commit9cdb82cddeabf583aa4f4bdb06aa54feb545f5a1 (patch)
tree870bb512b437e6d54faa09a1c8a38d965103b055 /PKGBUILD
parent973a89aa193a768266dff3a4b2af0dff538983d7 (diff)
downloadaur-9cdb82cddeabf583aa4f4bdb06aa54feb545f5a1.tar.gz
fixed (?) conflicts
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1536d7be2c23..a97a0b66bd31 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ arch=('x86_64' 'arm64')
url="https://github.com/screego/$_pkgname"
license=('GPL3')
provides=("screego-server")
-conflict=("screego-server"
- "screego-server-git")
+conflict=("screego-server")
makedepends=('go' 'yarn')
optdepends=('nginx: to allow reverse proxy connections')
source_x86_64=("$pkgname-${pkgver}_amd64.tar.gz::$url/releases/download/v$pkgver/screego_${pkgver}_linux_amd64.tar.gz")