summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2019-11-26 10:49:44 +0100
committerThomas Sarboni2019-11-26 10:49:44 +0100
commitb17ce9090e4ea166b9eb93dd3b5bc9eeeea9c80f (patch)
tree269dd8448412835e06a8f0dc0d473cc76e145b28
parent6d74db0e36eac831d9e44920074a40136490a667 (diff)
downloadaur-b17ce9090e4ea166b9eb93dd3b5bc9eeeea9c80f.tar.gz
Bump version to 4.0.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 128f6a04195e..03a6f7dbc8b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon Dec 10 11:33:51 UTC 2018
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 3.9.0
- pkgrel = 2
+ pkgver = 4.0.2
+ pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
arch = any
license = GPL
- depends = mariadb>=5.0
- depends = php>=5.3
+ depends = mariadb>=10.0
+ depends = php>=7.1
optdepends = lame: all transcoding/downsampling
optdepends = vorbis-tools: all transcoding
optdepends = flac: flac transcoding/downsampling
@@ -18,10 +16,10 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/3.9.0/ampache-3.9.0_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.0.2/ampache-4.0.2_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 2c232e080eb9ea6c77cea7b078b89e94079f5629cfe7b1de578de92c1240b892
+ sha256sums = 5ceb3934e6feda172a1df3bae37a15ccd09329849da0209c3958e7b79ba120c4
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 7d4478f4b93e..0eab8657a8ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=3.9.0
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('any')
url="http://www.ampache.org/"
license=('GPL')
-depends=('mariadb>=5.0' 'php>=5.3')
+depends=('mariadb>=10.0' 'php>=7.1')
optdepends=('lame: all transcoding/downsampling'
'vorbis-tools: all transcoding'
'flac: flac transcoding/downsampling'
@@ -18,7 +18,7 @@ _sourcebase="https://github.com/${pkgname}/${pkgname}/releases/download"
source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('2c232e080eb9ea6c77cea7b078b89e94079f5629cfe7b1de578de92c1240b892'
+sha256sums=('5ceb3934e6feda172a1df3bae37a15ccd09329849da0209c3958e7b79ba120c4'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)