From 3c919ba7ca9263de5b0e7cd5511219b313a6f6b0 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Sat, 17 Dec 2011 09:43:07 -0500 Subject: [PATCH] Ocarina 5.4 --- PKGBUILD | 6 +++--- Sconstruct | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = ""