diff --git a/PKGBUILD b/PKGBUILD index 5e7a3cae..7549d7b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bryan Schumaker pkgname=ocarina -pkgver=5.5 +pkgver=5.6 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/2012/01/${pkgname}-${pkgver}.tar.gz") -md5sums=('49822947296940226c69f7bed46c316c') +source=("http://ocarinaproject.net/wp-content/uploads/2012/02/${pkgname}-${pkgver}.tar.gz") +md5sums=('91c3dc0b0b16d59c86357a126a23efc2') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/Sconstruct b/Sconstruct index 4781f2e2..5e210f26 100644 --- a/Sconstruct +++ b/Sconstruct @@ -4,7 +4,7 @@ import os, sys MAJOR = 5 MINOR = 6 BUG = 0 -EXTRA = "rc" +EXTRA = "" DEBUG = False PREFIX = "/usr"