summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Collins2023-10-20 08:23:45 +0200
committerMark Collins2023-10-20 08:23:45 +0200
commit1000df6a78ce89fc35db332dc250fdd1bc1e8378 (patch)
tree9767e2b90af89d1615e8b9e6432f37699e7a2c87 /PKGBUILD
parent83dd9f9993a01911f74a8875f2628361a63eeb7a (diff)
downloadaur-1000df6a78ce89fc35db332dc250fdd1bc1e8378.tar.gz
Removed spurious optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5100b81e0200..3782fd2aebc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rompr
pkgver=2.08
-pkgrel=1
+pkgrel=2
pkgdesc="A php web frontend to MPD and Mopidy"
arch=('any')
url='https://github.com/fatg3erman/RompR/'
@@ -17,9 +17,7 @@ conflicts=('rompr<2.00')
optdepends=('apache: webserver to serve app'
'nginx: webserver to serve app'
'mysql: alternate database platform to sqlite'
- 'python3: for websocket server'
- 'python3-asyncio: for websocket server'
- 'python3-websockets: for websocket server')
+ 'python: for websocket server')
source=("https://github.com/fatg3erman/RompR/releases/download/${pkgver}/${pkgname}-${pkgver}.zip")
sha256sums=('11e7a4cd68f455ba5f534be7a789d1b034fae7840ccd334010b4d565298b3bca')
install="${pkgname}.install"