Ocarina 6.4.20

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2016-09-23 16:04:45 -04:00
parent 257ef3612f
commit 17150b1791
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Maintainer: Anna Schumaker <anna@ocarinaproject.net> # Maintainer: Anna Schumaker <anna@nowheycreamery.com>
pkgname=ocarina pkgname=ocarina
pkgver=6.4.19 pkgver=6.4.20
pkgrel=1 pkgrel=1
pkgdesc="A simple GTK+ and gstreamer based music player." pkgdesc="A simple GTK+ and gstreamer based music player."
url="http://www.ocarinaproject.net/" url="http://www.nowheycreamery.com/"
arch=('x86_64' 'i686' 'armv7h') arch=('x86_64' 'i686' 'armv7h')
license=('GPL2') license=('GPL2')
depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib' 'libmusicbrainz5' 'libcoverart') depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib' 'libmusicbrainz5' 'libcoverart')
@ -12,7 +12,7 @@ makedepends=('scons')
conflicts=() conflicts=()
replaces=() replaces=()
backup=() backup=()
source=("http://ocarinaproject.net/wp-content/ocarina/${pkgname}-${pkgver}.tar.gz") source=("http://nowheycreamery.com/wp-content/ocarina/${pkgname}-${pkgver}.tar.gz")
sha1sums=('') sha1sums=('')
build() { build() {

View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
import os import os
CONFIG_VERSION = "6.4.20-rc" CONFIG_VERSION = "6.4.20"
# Set up default environment # Set up default environment