summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2024-01-12 10:29:04 +0100
committerMark Collins2024-01-12 10:29:04 +0100
commit27ba66521c122615e7048ed0e6dc5c862647878e (patch)
treec915361391da663677d1946c1807e67600f2156f
parent5afc98966209df4f9e577c5ac320cdb7e71f599c (diff)
downloadaur-27ba66521c122615e7048ed0e6dc5c862647878e.tar.gz
Version 2.09
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17eba2ef704b..deecae2cf401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rompr
pkgdesc = A php web frontend to MPD and Mopidy
- pkgver = 2.08
- pkgrel = 3
+ pkgver = 2.09
+ pkgrel = 1
url = https://github.com/fatg3erman/RompR/
install = rompr.install
arch = any
@@ -19,7 +19,7 @@ pkgbase = rompr
options = emptydirs
backup = var/lib/rompr/albumart
backup = var/lib/rompr/prefs
- source = https://github.com/fatg3erman/RompR/releases/download/2.08/rompr-2.08.zip
- sha256sums = 11e7a4cd68f455ba5f534be7a789d1b034fae7840ccd334010b4d565298b3bca
+ source = https://github.com/fatg3erman/RompR/releases/download/2.09/rompr-2.09.zip
+ sha256sums = f8fe95209af8fea7f93f8c6601b2be4c3197880e4250ebe5e763fd6aa9071493
pkgname = rompr
diff --git a/PKGBUILD b/PKGBUILD
index 9629ac1cdadb..63e64235d9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: gls < ghostlovescorebg at gmail dot com >
pkgname=rompr
-pkgver=2.08
-pkgrel=3
+pkgver=2.09
+pkgrel=1
pkgdesc="A php web frontend to MPD and Mopidy"
arch=('any')
url='https://github.com/fatg3erman/RompR/'
@@ -19,7 +19,7 @@ optdepends=('apache: webserver to serve app'
'mysql: alternate database platform to sqlite'
'python: for websocket server')
source=("https://github.com/fatg3erman/RompR/releases/download/${pkgver}/${pkgname}-${pkgver}.zip")
-sha256sums=('11e7a4cd68f455ba5f534be7a789d1b034fae7840ccd334010b4d565298b3bca')
+sha256sums=('f8fe95209af8fea7f93f8c6601b2be4c3197880e4250ebe5e763fd6aa9071493')
install="${pkgname}.install"
backup=("var/lib/${pkgname}/albumart"
"var/lib/${pkgname}/prefs")