Update PKGBUILD for 5.8

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-05-12 08:06:27 -04:00
parent cf85c0231d
commit 243a885713
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Bryan Schumaker <bjschuma@gmail.com>
pkgname=ocarina
pkgver=5.6
pkgrel=2
pkgver=5.8
pkgrel=1
pkgdesc="A simple GTK and gstreamer based music player."
url="http://www.ocarinaproject.net/"
arch=('x86_64' 'i686')
@ -12,8 +12,8 @@ makedepends=('scons')
conflicts=()
replaces=()
backup=()
source=("http://ocarinaproject.net/wp-content/uploads/2012/02/${pkgname}-${pkgver}.tar.gz")
md5sums=('91c3dc0b0b16d59c86357a126a23efc2')
source=("http://ocarinaproject.net/wp-content/uploads/2012/05/${pkgname}-${pkgver}.tar.gz")
md5sums=('b2aecf434035823fa1d3c759d2ff4b41')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"