summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2016-02-08 02:50:52 +0100
committerThomas Sarboni2016-02-08 08:47:31 +0100
commite21328ab40d44f4b3869e0c5f1906c736d38e233 (patch)
tree43717b7bb1ae580fc8b89eefee413c3a17e03555
parent90419757c28e66848a465c5ada06854d11a3e500 (diff)
downloadaur-e21328ab40d44f4b3869e0c5f1906c736d38e233.tar.gz
Updated to 3.8.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa9fe798838f..35faf2a626e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 02:28:28 UTC 2015
+# Mon Feb 8 07:46:56 UTC 2016
pkgbase = ampache
pkgdesc = A PHP-based tool for managing and playing your audio/video files via a web interface
- pkgver = 3.8.1
- pkgrel = 3
+ pkgver = 3.8.2
+ pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
arch = i686
@@ -18,9 +18,9 @@ pkgbase = ampache
optdepends = mp3splt: mp3 and ogg transcoding/downsampling
conflicts = ampache-git
conflicts = ampache-development
- source = https://github.com/ampache/ampache/releases/download/3.8.1/ampache-3.8.1_all.zip
+ source = https://github.com/ampache/ampache/releases/download/3.8.2/ampache-3.8.2_all.zip
source = nginx-example.conf
- sha256sums = 20fc3679830e0f950b94e632c23fce79d0192f6338db0c23b29443a5ef87607f
+ sha256sums = b54a4f08248c4389e98ce3f680da0bbc1c19e388e379e6920dc601947acaa3e2
sha256sums = efb63c0ac7e6462ee5c705b9c1998a1d2462502e19e7e5c97fce2c5142b8e62e
pkgname = ampache
diff --git a/PKGBUILD b/PKGBUILD
index 4ede6362f6fc..494405290cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#Contributor: Jonathan 'gishten' Gustafsson <mynick AT mynick DOT com>
#Contributor: Diego <cdprincipe@gmail.com
pkgname=ampache
-pkgver=3.8.1
-pkgrel=3
+pkgver=3.8.2
+pkgrel=1
pkgdesc="A PHP-based tool for managing and playing your audio/video files via a web interface"
arch=('i686' 'x86_64')
url="http://www.ampache.org/"
@@ -19,7 +19,7 @@ conflicts=('ampache-git' 'ampache-development')
install=${pkgname}.install
source=(https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}_all.zip
'nginx-example.conf')
-sha256sums=('20fc3679830e0f950b94e632c23fce79d0192f6338db0c23b29443a5ef87607f'
+sha256sums=('b54a4f08248c4389e98ce3f680da0bbc1c19e388e379e6920dc601947acaa3e2'
'efb63c0ac7e6462ee5c705b9c1998a1d2462502e19e7e5c97fce2c5142b8e62e')
build() {