diff --git a/PKGBUILD b/PKGBUILD index 96dc62fc..53115d40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bryan Schumaker pkgname=ocarina -pkgver=5.3 +pkgver=5.4 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/11/${pkgname}-${pkgver}.tar.gz") -md5sums=('a468ed0684eb65abd7a61c0e52a98a0d') +source=("http://ocarinaproject.net/wp-content/uploads/2011/12/${pkgname}-${pkgver}.tar.gz") +md5sums=('0bd2dfd9b7ddc3aef9ed3f33f04051c4') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/Sconstruct b/Sconstruct index ac5b4e93..bc373264 100644 --- a/Sconstruct +++ b/Sconstruct @@ -5,7 +5,7 @@ MAJOR = 5 MINOR = 4 BUG = 0 EXTRA = "" -DEBUG = True +DEBUG = False PREFIX = "/usr" DESTDIR = ""