summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2015-07-22 15:19:52 +0200
committerThomas Sarboni2015-07-22 15:19:52 +0200
commit8b6bb77c92369171bb98d34f73ffe7ed8e215a39 (patch)
tree84e20b9f13887b8c296536bb8beeca3bccb6503a
parent10c68eaad0256c68e19d32fe6f301499a0d107d1 (diff)
downloadaur-8b6bb77c92369171bb98d34f73ffe7ed8e215a39.tar.gz
correct nginx example checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cf8d53b5e72..c1a469b5821c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ampache-git
pkgdesc = A PHP-based tool for managing and playing your audio/video files via a web interface
pkgver = 3.8.0.beta2.25.gf946a1c
- pkgrel = 6
+ pkgrel = 7
url = http://www.ampache.org/
install = ampache.install
arch = i686
@@ -21,8 +21,8 @@ pkgbase = ampache-git
conflicts = ampache-development
source = git://github.com/ampache/ampache.git
source = nginx-example.conf
- md5sums = SKIP
- md5sums = 60c0e437bd20d5ba8a53f61768d037b6
+ sha256sums = SKIP
+ sha256sums = efb63c0ac7e6462ee5c705b9c1998a1d2462502e19e7e5c97fce2c5142b8e62e
pkgname = ampache-git
diff --git a/PKGBUILD b/PKGBUILD
index 2eec1a809c43..87f2cffa3ab8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ampache-git
_gitname=ampache
pkgver=3.8.0.beta2.25.gf946a1c
-pkgrel=6
+pkgrel=7
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,8 @@ optdepends=('ffmpeg: all transcoding/downsampling'
conflicts=('ampache' 'ampache-development')
install=${_gitname}.install
source=(git://github.com/${_gitname}/${_gitname}.git 'nginx-example.conf')
-md5sums=('SKIP' '60c0e437bd20d5ba8a53f61768d037b6')
+sha256sums=('SKIP'
+ 'efb63c0ac7e6462ee5c705b9c1998a1d2462502e19e7e5c97fce2c5142b8e62e')
pkgver() {
cd ${_gitname}