diff --git a/PKGBUILD b/PKGBUILD index 1de759ec..c48cb887 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Anna Schumaker pkgname=ocarina -pkgver=6.3.1 +pkgver=6.3.2 pkgrel=1 pkgdesc="A simple GTK and gstreamer based music player." url="http://www.ocarinaproject.net/" @@ -13,7 +13,7 @@ conflicts=() replaces=() backup=() source=("http://ocarinaproject.net/wp-content/ocarina/${pkgname}-${pkgver}.tar.gz") -sha1sums=('e8e74a70f8f14c3d64698d734fdb961feae5497a') +sha1sums=('') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/Sconstruct b/Sconstruct index 2fa7ccad..080806dc 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.3.1" +CONFIG_VERSION = "6.3.2" # Set up default environment