summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoradmin2024-02-15 21:00:40 +0000
committeradmin2024-02-15 21:00:40 +0000
commit4b4ca84b19585045995424e1027437862c82d95a (patch)
treec73515af9cf3216ef0dfe165dceaff4d7e727fb7 /PKGBUILD
parentab138a189d8f139c1cb86275a3dbcc769958b674 (diff)
downloadaur-4b4ca84b19585045995424e1027437862c82d95a.tar.gz
add gotosocial-rc to conflicts and update pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b10545753411..1080af33ed62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@
pkgname=gotosocial-git
_pkgname=${pkgname%-git}
pkgver=r1546.c5eced5fd
-pkgrel=2
-pkgdesc='ActivityPub social network server written in Golang'
+pkgrel=3
+pkgdesc='ActivityPub social network server written in Golang (development version)'
arch=('x86_64')
url='https://gotosocial.org'
license=('AGPL3')
depends=('glibc')
makedepends=('git' 'go' 'yarn' 'nodejs' 'go-swagger')
provides=("$_pkgname")
-conflicts=("$_pkgname")
+conflicts=("$_pkgname" "$_pkgname-rc")
options=('!lto')
backup=(
'etc/gotosocial/config.yaml'