summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2022-01-23 22:46:52 +1000
committerMark Collins2022-01-23 22:52:51 +1000
commit7d0dffd9117c085e7e7be56d9af657c926ffe627 (patch)
treec08a1a7195703fc89d8c1343d1758d298a9155aa
parent28520fd697413fd0c087feb26eaf4bf0febc70aa (diff)
downloadaur-7d0dffd9117c085e7e7be56d9af657c926ffe627.tar.gz
v1.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3bc503d9992..b2a2fa8f35bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rompr
pkgdesc = A php web frontend to MPD and Mopidy
- pkgver = 1.59.1
+ pkgver = 1.60
pkgrel = 1
url = https://github.com/fatg3erman/RompR/
install = rompr.install
@@ -14,7 +14,7 @@ pkgbase = rompr
optdepends = apache: webserver to serve app
optdepends = nginx: webserver to serve app
optdepends = mysql: alternate database platform to sqlite
- source = https://github.com/fatg3erman/RompR/releases/download/1.59.1/rompr-1.59.1.zip
- sha256sums = 3f526881ed72a6b916eb47bf27b7a7131421176b7e5a832d0dbb943d8da9784c
+ source = https://github.com/fatg3erman/RompR/releases/download/1.60/rompr-1.60.zip
+ sha256sums = 721b0a1e021236600873ca39ffd781098df51c85f87cba8f64352907df7913fd
pkgname = rompr
diff --git a/PKGBUILD b/PKGBUILD
index fea73067671d..3d5cf41eb701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: gls < ghostlovescorebg at gmail dot com >
pkgname=rompr
-pkgver=1.59.1
+pkgver=1.60
pkgrel=1
pkgdesc="A php web frontend to MPD and Mopidy"
arch=('any')
url='https://github.com/fatg3erman/RompR/'
license=('custom')
depends=('imagemagick'
- 'php' # note that deps php-json, php-curl, php-xml and php-mbstring are included in php
+ 'php' # note that dependencies php-json, php-curl, php-xml and php-mbstring are included in php
'php-sqlite'
'php-gd'
'php-intl')
@@ -17,7 +17,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=('3f526881ed72a6b916eb47bf27b7a7131421176b7e5a832d0dbb943d8da9784c')
+sha256sums=('721b0a1e021236600873ca39ffd781098df51c85f87cba8f64352907df7913fd')
install="${pkgname}.install"
package() {