Ocarina 6.4.9

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-04-08 12:00:05 -04:00
parent 09e900eadf
commit 727752df08
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Maintainer: Anna Schumaker <anna@ocarinaproject.net> # Maintainer: Anna Schumaker <anna@ocarinaproject.net>
pkgname=ocarina pkgname=ocarina
pkgver=6.4.8 pkgver=6.4.9
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.ocarinaproject.net/"
arch=('x86_64' 'i686' 'armv7h') arch=('x86_64' 'i686' 'armv7h')
license=('GPL2') license=('GPL2')

View File

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