From cb6d8b3e29c759491828d5de5f0d750711d2bf66 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 16 Jan 2015 08:27:24 -0500 Subject: [PATCH] Ocarina 6.3 --- .gitattributes | 10 +++++++++- PKGBUILD | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index fbcb1ad0..3466cf37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/PKGBUILD b/PKGBUILD index dca93f3a..54d3d1bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Anna Schumaker 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}"