summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYaohan Chen2015-11-29 17:42:35 -0500
committerYaohan Chen2015-11-29 17:42:35 -0500
commitf2b1a5aedcd42bb267d283728cfa3186614a1e1d (patch)
tree557729e8896acb8d5f61032ab686ec1bb62b050f /PKGBUILD
parentaae5ee5bb2e82fd7f1dd945d57b869c8acbb35e0 (diff)
downloadaur-f2b1a5aedcd42bb267d283728cfa3186614a1e1d.tar.gz
Remove an outdated patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adec0e34e5c0..67981f57408f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yaohan Chen <yaohan.chen@gmail.com>
pkgname=anura-git
-pkgver=0.0.2160.gaada7d7
+pkgver=0.0.2288.g282c8b1
pkgrel=1
pkgdesc="A fully-featured game engine, the tech behind the spectacular Frogatto & Friends."
arch=(i686 x86_64)
@@ -12,12 +12,10 @@ optdepends=('frogatto-git: the default game module'
makedepends=(git boost)
source=('git+https://github.com/anura-engine/anura.git#branch=trunk'
anura.sh
- 0001-Change-Makefile-to-enable-ccache-to-work.patch
- 0002-Fix-a-Linux-compilation-error.patch)
+ 0001-Change-Makefile-to-enable-ccache-to-work.patch)
md5sums=('SKIP'
'15f4c03c2404bcfd7618b8f9e0c850ba'
- '63fee48f8260aa1e51f7d4ab9bdb925f'
- '39a6636cdfe007beb20b754820618601')
+ '63fee48f8260aa1e51f7d4ab9bdb925f')
install=anura.install
_gitname=anura
@@ -38,7 +36,6 @@ prepare() {
cd $_gitname
git apply ../0001-Change-Makefile-to-enable-ccache-to-work.patch
- git apply ../0002-Fix-a-Linux-compilation-error.patch
# use system boost headers
rm -r external/include/boost