diff --git a/PKGBUILD b/PKGBUILD index 7a12d789..b24a50af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Anna Schumaker +# Maintainer: Anna Schumaker pkgname=ocarina -pkgver=6.4.19 +pkgver=6.4.20 pkgrel=1 pkgdesc="A simple GTK+ and gstreamer based music player." -url="http://www.ocarinaproject.net/" +url="http://www.nowheycreamery.com/" arch=('x86_64' 'i686' 'armv7h') license=('GPL2') depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib' 'libmusicbrainz5' 'libcoverart') @@ -12,7 +12,7 @@ makedepends=('scons') conflicts=() replaces=() backup=() -source=("http://ocarinaproject.net/wp-content/ocarina/${pkgname}-${pkgver}.tar.gz") +source=("http://nowheycreamery.com/wp-content/ocarina/${pkgname}-${pkgver}.tar.gz") sha1sums=('') build() { diff --git a/Sconstruct b/Sconstruct index 44a9bc22..764a2261 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.20-rc" +CONFIG_VERSION = "6.4.20" # Set up default environment