summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-08-23 23:09:07 -0400
committerBoBeR1822022-08-23 23:09:07 -0400
commite4e6bdca85642ca1d222f53b4d06dcdfd8ad531d (patch)
treeba15aab8ae00cc7a2476af92f9886675a12f7d36
parente1299f5617e00a42c024b81298cb511336e446ca (diff)
downloadaur-e4e6bdca85642ca1d222f53b4d06dcdfd8ad531d.tar.gz
Release 5.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9808cdb475dc..9f84d5b17d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 5.4.1
- pkgrel = 2
+ pkgver = 5.5.0
+ pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
arch = any
license = GPL
depends = mariadb>=10.0
- depends = php>=8.0
+ depends = php>=8.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/5.4.1/ampache-5.4.1_all_squashed_php8.0.zip
+ source = https://github.com/ampache/ampache/releases/download/5.5.0/ampache-5.5.0_all_squashed_php8.1.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 19a284a9b251ec7d5da8420e58d8f850f74f7458e22c9b5ad8eb2c7475caba73
+ sha256sums = f6def4d7081072365f4ea320c87e97ea45c4bd42df1cd4d8638437a307fc1e69
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index fd3aa6a3ddd9..e3fa9b298da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
#Maintainer: BoBeR182 <aur AT nullvoid DOT me>
#Contributor: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=5.4.1
-pkgrel=2
+pkgver=5.5.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>=8.0')
+depends=('mariadb>=10.0' 'php>=8.1')
optdepends=('lame: all transcoding/downsampling'
'vorbis-tools: all transcoding'
'flac: flac transcoding/downsampling'
@@ -16,10 +16,10 @@ optdepends=('lame: all transcoding/downsampling'
conflicts=('ampache-git' 'ampache-development')
install="${pkgname}.install"
_sourcebase="https://github.com/${pkgname}/${pkgname}/releases/download"
-source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all_squashed_php8.0.zip"
+source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all_squashed_php8.1.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('19a284a9b251ec7d5da8420e58d8f850f74f7458e22c9b5ad8eb2c7475caba73'
+sha256sums=('f6def4d7081072365f4ea320c87e97ea45c4bd42df1cd4d8638437a307fc1e69'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)
@@ -36,7 +36,7 @@ package() {
_vendordir="${_targetdir}/lib/vendor"
mkdir -p "$_targetdir"
cp -r ./* "${_targetdir}/"
- unlink "${_targetdir}/${pkgname}-${pkgver}_all_squashed_php8.0.zip"
+ unlink "${_targetdir}/${pkgname}-${pkgver}_all_squashed_php8.1.zip"
unlink "${_targetdir}/nginx-example.conf"
unlink "${_targetdir}/ampache.install"
rm -r "${_targetdir}/docs/man"