summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2017-02-23 13:51:46 +0100
committerThomas Sarboni2017-02-23 13:51:46 +0100
commit4ae8b05f4a1f66b91224c63718a0c9146d783cfc (patch)
tree43ca4d7a5ced782bed4394049400707ac58fcaa7
parent29b50d1e3dcad75e15438f7e7cf58f52c5e5bf80 (diff)
downloadaur-4ae8b05f4a1f66b91224c63718a0c9146d783cfc.tar.gz
Add info about missing needed php modules (gd and gettext)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--ampache.install4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13a7354d7215..abd5d670888a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 20 12:43:12 UTC 2016
+# Thu Feb 23 12:51:15 UTC 2017
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
pkgver = 3.8.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.ampache.org/
install = ampache.install
arch = i686
@@ -23,7 +23,7 @@ pkgbase = ampache
source = ampache.install
sha256sums = b54a4f08248c4389e98ce3f680da0bbc1c19e388e379e6920dc601947acaa3e2
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
- sha256sums = d53772c72f2cee184f2b150dc29b86c34f3d603a0fa427b7cff942aaa219b128
+ sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
pkgname = ampache
diff --git a/PKGBUILD b/PKGBUILD
index 3293e89b6b73..330b45406e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
pkgver=3.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('i686' 'x86_64')
url="http://www.ampache.org/"
@@ -20,7 +20,7 @@ source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all.zip"
"${pkgname}.install")
sha256sums=('b54a4f08248c4389e98ce3f680da0bbc1c19e388e379e6920dc601947acaa3e2'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
- 'd53772c72f2cee184f2b150dc29b86c34f3d603a0fa427b7cff942aaa219b128')
+ '218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
build() {
echo "" > /dev/null
diff --git a/ampache.install b/ampache.install
index ee7a14a94b72..c4b556e36f16 100644
--- a/ampache.install
+++ b/ampache.install
@@ -4,7 +4,7 @@ post_install() {
need the packages specified in optdepends.
Check out http://wiki.archlinux.org/index.php/Ampache and
https://github.com/ampache/ampache/wiki/Transcoding for more info.
-==> Please enable curl, iconv and pdo_mysql modules in php.ini.
+==> Please enable curl, iconv, gd, gettext and pdo_mysql modules in php.ini.
==> Database will be upgraded automatically in case of update from 3.7.
Check out https://github.com/ampache/ampache/wiki/Installation for
more info about installation process.
@@ -21,7 +21,7 @@ EOF
}
post_upgrade() {
- if [ $(vercmp $2 3.8.2-2) -lt 0 ]; then
+ if [ "$(vercmp "$2" 3.8.2-2)" -lt 0 ]; then
cat << EOF
==> Warning : Path has been updated to fit Archlinux Packaging Guidelines
From : /srv/http/ampache