summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Collins2022-01-23 22:46:52 +1000
committerMark Collins2022-01-23 22:52:51 +1000
commit7d0dffd9117c085e7e7be56d9af657c926ffe627 (patch)
treec08a1a7195703fc89d8c1343d1758d298a9155aa /PKGBUILD
parent28520fd697413fd0c087feb26eaf4bf0febc70aa (diff)
downloadaur-7d0dffd9117c085e7e7be56d9af657c926ffe627.tar.gz
v1.60
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {