Ocarina 6.3

This commit is contained in:
Anna Schumaker 2015-01-16 08:27:24 -05:00
parent 6a5eaa32f8
commit cb6d8b3e29
2 changed files with 11 additions and 3 deletions

10
.gitattributes vendored
View File

@ -1,2 +1,10 @@
screens export-ignore
tests/ export-ignore
Doxyfile export-ignore
.gitattributes export-ignore
.gitignore export-ignore
DESIGN export-ignore
GOALS export-ignore
PKGBUILD export-ignore
TODO export-ignore

View File

@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@ocarinaproject.net>
pkgname=ocarina
pkgver=6.2.1
pkgver=6.3
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=('dfd52c828c9e2771c807276c3eb8b7e87fd1fb05')
sha1sums=('9193eb4b3e765aa434243e9ac55467d9ff6ee693')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"