summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2015-07-22 15:18:01 +0200
committerThomas Sarboni2015-07-22 15:18:01 +0200
commitf516bd6126beb981ec850e86f5058bc2f1a45d81 (patch)
tree9749f31104170f55c86af17a8ec8801d4eff8cc0
parent3a695dff235136b6dda7b6523752b81171f88c08 (diff)
downloadaur-f516bd6126beb981ec850e86f5058bc2f1a45d81.tar.gz
correct nginx example checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7480a5b07904..c4afeb7a2811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ampache
pkgdesc = A PHP-based tool for managing and playing your audio/video files via a web interface
pkgver = 3.8.0
- pkgrel = 7
+ pkgrel = 8
url = http://www.ampache.org/
install = ampache.install
arch = i686
@@ -19,7 +19,7 @@ pkgbase = ampache
source = https://github.com/ampache/ampache/archive/3.8.0.tar.gz
source = nginx-example.conf
sha256sums = 10a167b162af9b0f2c17a6cf0d92bbc6fc3c80b4be802d77defcfe761f177304
- sha256sums = 4781fd154cd9654e89a528cecf2906a51acdd5cd9a96412107b3fc3b51943d0d
+ sha256sums = efb63c0ac7e6462ee5c705b9c1998a1d2462502e19e7e5c97fce2c5142b8e62e
pkgname = ampache
diff --git a/PKGBUILD b/PKGBUILD
index 11fd67d40091..88417585a352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#Contributor: Diego <cdprincipe@gmail.com
pkgname=ampache
pkgver=3.8.0
-pkgrel=7
+pkgrel=8
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/"
@@ -20,7 +20,7 @@ install=${pkgname}.install
source=(https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz
'nginx-example.conf')
sha256sums=('10a167b162af9b0f2c17a6cf0d92bbc6fc3c80b4be802d77defcfe761f177304'
- '4781fd154cd9654e89a528cecf2906a51acdd5cd9a96412107b3fc3b51943d0d')
+ 'efb63c0ac7e6462ee5c705b9c1998a1d2462502e19e7e5c97fce2c5142b8e62e')
build() {
echo "" > /dev/null