From f51013c97c3e31c8bc076009ff310e149c189033 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Fri, 17 Feb 2012 22:18:17 -0500 Subject: [PATCH] Ocarina 5.6.1 --- PKGBUILD | 2 +- Sconstruct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 7549d7b9..844f498a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Bryan Schumaker pkgname=ocarina pkgver=5.6 -pkgrel=1 +pkgrel=2 pkgdesc="A simple GTK and gstreamer based music player." url="http://www.ocarinaproject.net/" arch=('x86_64' 'i686') diff --git a/Sconstruct b/Sconstruct index def19b6d..043e8c03 100644 --- a/Sconstruct +++ b/Sconstruct @@ -3,7 +3,7 @@ import os, sys MAJOR = 5 MINOR = 6 -BUG = 0 +BUG = 1 EXTRA = "" DEBUG = False