Update PKGBUILD and .gitignore

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2014-04-20 11:38:07 -04:00
parent 2f8dfa8f4b
commit 38086f1e28
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@
share/ocarina/#*
bin/
.sconsign.dblite
*.patch
*.tar.gz

View File

@ -12,8 +12,8 @@ makedepends=('scons')
conflicts=()
replaces=()
backup=()
source=("http://ocarinaproject.net/wp-content/uploads/2014/04/${pkgname}-${pkgver}.tar.gz")
sha1sums=('0c05988897729d6db2cbca3d510932b3ead05f5f')
source=("http://ocarinaproject.net/wp-content/ocarina/${pkgname}-${pkgver}.tar.gz")
sha1sums=('a5b9d8533ae7b74977819dde40ff94c6c0c497b2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"