summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2021-03-18 13:05:09 +0100
committerThomas Sarboni2021-03-18 13:05:09 +0100
commit9e5405d652483d86d53233db17798ff56198bf40 (patch)
treea2fdc7adc871efaa300ec51668bf83dc256a1f43
parent6aaf42414dd62519d341c2ed2be7abc0d47190e1 (diff)
downloadaur-9e5405d652483d86d53233db17798ff56198bf40.tar.gz
Bump version to 4.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f286d533f589..039aa61375ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 4.2.5
+ pkgver = 4.4.0
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
arch = any
license = GPL
depends = mariadb>=10.0
- depends = php>=7.1
+ depends = php7>=7.1
optdepends = lame: all transcoding/downsampling
optdepends = vorbis-tools: all transcoding
optdepends = flac: flac transcoding/downsampling
@@ -16,10 +16,10 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/4.2.5/ampache-4.2.5_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.4.0/ampache-4.4.0_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 3f6345439b6b1a8ab932caa6ae07100bccdaade983412a84e4514c50a641055b
+ sha256sums = 61f191ef22a9fa065fe9e097280b6f7a1be38fdf57ee62b8651abea5f5bd040f
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 92c9691011ee..7cbf3d035acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.2.5
+pkgver=4.4.0
pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('any')
url="http://www.ampache.org/"
license=('GPL')
-depends=('mariadb>=10.0' 'php>=7.1')
+depends=('mariadb>=10.0' 'php7>=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=('3f6345439b6b1a8ab932caa6ae07100bccdaade983412a84e4514c50a641055b'
+sha256sums=('61f191ef22a9fa065fe9e097280b6f7a1be38fdf57ee62b8651abea5f5bd040f'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)