From d00ed2ebdc9fcb329be96f61b1a6bbd32abcddb4 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Mon, 23 Jan 2012 08:21:26 -0500 Subject: [PATCH] Update PKGBUILD for the new release I have been doing this as part of the release process, but it's slightly easier to do it as a commit after. I was having too much trouble keeping the hash correct in the last few months. Signed-off-by: Bryan Schumaker --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 53115d40..beeb6713 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bryan Schumaker pkgname=ocarina -pkgver=5.4 +pkgver=5.5 pkgrel=1 pkgdesc="A simple GTK and gstreamer based music player." url="http://www.ocarinaproject.net/" @@ -12,8 +12,8 @@ makedepends=('scons') conflicts=() replaces=() backup=() -source=("http://ocarinaproject.net/wp-content/uploads/2011/12/${pkgname}-${pkgver}.tar.gz") -md5sums=('0bd2dfd9b7ddc3aef9ed3f33f04051c4') +source=("http://ocarinaproject.net/wp-content/uploads/2012/01/${pkgname}-${pkgver}.tar.gz") +md5sums=('49822947296940226c69f7bed46c316c') build() { cd "${srcdir}/${pkgname}-${pkgver}"