summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Chai2016-10-14 16:02:50 -0500
committerJames Chai2016-10-14 16:02:50 -0500
commitfbf15545ccf72c0f305cbfe892eabda963ef0a7f (patch)
tree4d6f773bb142fb9f844981c95d0eb5e7e540a66d
parent05cad5b7b76cd5b7afa8b260bf93562715d3d487 (diff)
downloadaur-fbf15545ccf72c0f305cbfe892eabda963ef0a7f.tar.gz
fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0029c08cf456..0972f8610096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 14 21:00:51 UTC 2016
+# Fri Oct 14 21:02:02 UTC 2016
pkgbase = linthesia
pkgdesc = A game of playing music. A fork of Synthesia
pkgver = 0.4.3
- pkgrel = 4
+ pkgrel = 5
url = http://linthesia.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0a238c9d5f0a..c62ca17b7a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linthesia
pkgver=0.4.3
-pkgrel=4
+pkgrel=5
pkgdesc="A game of playing music. A fork of Synthesia"
arch=('i686' 'x86_64')
url="http://linthesia.sourceforge.net/"
@@ -16,7 +16,7 @@ sha256sums=('SKIP' '7953b732355bae0417d2eaff421a46d786201f104db289caa291a6a36f6f
build() {
cd "$srcdir/code"
- patch -p1 -i "$srcdir/0000-TextWriter-ptr-compare.patch"
+ patch -p1 -i "$srcdir/0000-TextWriter.patch"
patch -p1 -i "$srcdir/0001-Makefile-CXXFLAGS.patch"
make GRAPHDIR="/usr/share/linthesia/graphics"
cd "$srcdir/code/extra"