summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Collins2021-04-18 08:54:32 +0200
committerMark Collins2021-04-18 08:54:32 +0200
commit53b3e2c04d55075b66c0e8cd17b5307437523a1d (patch)
tree317e29a0faa366e1406e711b9e9bd6255bc9c652 /PKGBUILD
parente9eb815ca29c937dcefda04d864c97c120f79680 (diff)
downloadaur-53b3e2c04d55075b66c0e8cd17b5307437523a1d.tar.gz
v1.57: A few bugfixes, mainly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5455b9bd45dd..195d73c37a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: gls < ghostlovescorebg at gmail dot com >
pkgname=rompr
-pkgver=1.55
-pkgrel=2
+pkgver=1.57
+pkgrel=1
pkgdesc="A php web frontend to MPD and Mopidy"
arch=('any')
license=('custom')
@@ -16,7 +16,7 @@ optdepends=('apache: webserver to serve app'
'nginx: webserver to serve app'
'mysql: alternate database platform to sqlite')
source=("https://github.com/fatg3erman/RompR/releases/download/${pkgver}/${pkgname}-${pkgver}.zip")
-sha256sums=('7d4ad650090e34aec9bf01f08a428768e70dacd39952bf1375295f68b320e9d3')
+sha256sums=('0f0e67a6eb471ddc41366d09b5d3e4d04435970cbc2072cb5646289bebce0ff0')
install="${pkgname}.install"
package() {