summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradmin2024-02-15 21:00:40 +0000
committeradmin2024-02-15 21:00:40 +0000
commit4b4ca84b19585045995424e1027437862c82d95a (patch)
treec73515af9cf3216ef0dfe165dceaff4d7e727fb7
parentab138a189d8f139c1cb86275a3dbcc769958b674 (diff)
downloadaur-4b4ca84b19585045995424e1027437862c82d95a.tar.gz
add gotosocial-rc to conflicts and update pkgdesc
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c1cf46dd163..4aa8603e76ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gotosocial-git
- pkgdesc = ActivityPub social network server written in Golang
+ pkgdesc = ActivityPub social network server written in Golang (development version)
pkgver = r1546.c5eced5fd
- pkgrel = 2
+ pkgrel = 3
url = https://gotosocial.org
arch = x86_64
license = AGPL3
@@ -13,6 +13,7 @@ pkgbase = gotosocial-git
depends = glibc
provides = gotosocial
conflicts = gotosocial
+ conflicts = gotosocial-rc
options = !lto
backup = etc/gotosocial/config.yaml
backup = etc/gotosocial/template/404.tmpl
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'