summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2022-05-07 23:30:03 +0100
committergetzze2022-05-07 23:30:03 +0100
commit4a7176eb65937efcb5cb3ded640ffc8911c1468d (patch)
treee24141859664f4a8d2dffdf58e9de8d762ab4f77
parent2afd31cec1bd0d2ab223646dba5e83e1f010b902 (diff)
downloadaur-4a7176eb65937efcb5cb3ded640ffc8911c1468d.tar.gz
redirect to funkwhale-venv
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--funkwhale.install2
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1786aac8cafd..9a99038508b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = funkwhale
pkgdesc = A community-driven project that lets you listen and share music and audio within a decentralized, open network.
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://funkwhale.audio/
install = funkwhale.install
arch = any
@@ -65,6 +65,8 @@ pkgbase = funkwhale
optdepends = certbot-apache: for the server to be accessible from outside
optdepends = mod_xsendfile: needed if Apache server is used
optdepends = nginx: to use nginx web server
+ provides = funkwhale
+ conflicts = funkwhale-venv
source = funkwhale-1.2.1-api.zip::https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.1/download?job=build_api
source = funkwhale-1.2.1-front.zip::https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.1/download?job=build_front
source = https://dev.funkwhale.audio/funkwhale/funkwhale/raw/1.2.1/deploy/funkwhale_proxy.conf
diff --git a/PKGBUILD b/PKGBUILD
index d0f1169f7660..219df32e97f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=funkwhale
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A community-driven project that lets you listen and share music and audio within a decentralized, open network."
arch=(any)
url="https://funkwhale.audio/"
license=(GPL3)
+provides=('funkwhale')
+conflicts=('funkwhale-venv')
optdepends=('apache: to use the Apache web server'
'certbot-apache: for the server to be accessible from outside'
'mod_xsendfile: needed if Apache server is used'
diff --git a/funkwhale.install b/funkwhale.install
index 9327056ab084..a06b180599ce 100644
--- a/funkwhale.install
+++ b/funkwhale.install
@@ -1,9 +1,11 @@
post_install() {
+ echo "This package is subject to dependency incompatibilities, use `funkwhale-venv` instead."
echo "Follow instructions on the upstream page or on the Arch Wiki for setting up the Funkwhale server:"
echo "https://wiki.archlinux.org/index.php/Funkwhale"
}
post_upgrade() {
+ echo "This package is subject to dependency incompatibilities, use `funkwhale-venv` instead."
echo "Follow instructions on the upstream page or on the Arch Wiki for updating"
#echo "Type the password for the funkwhale user, then environment variables are loaded, static files are collected and the database is migrated."
#sudo -u funkwhale -H bash