summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbl00dy18372021-07-10 19:28:31 +0200
committerbl00dy18372021-07-10 19:28:31 +0200
commitff48ddc48c9c046b29dab51fd82dd281b9aab014 (patch)
tree910bcdd2481c1115191a95cdb16aae9f04a7ce1a /PKGBUILD
parent87e27554e23d2cf0210f9cd7b756a7b71c1b97b9 (diff)
downloadaur-phlipple-svn.tar.gz
fixed svn source and added tested aarch64 arch
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 483e2ff0e67f..736a79802a9c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=phlipple-svn
pkgver=0.8.6.r15
-pkgrel=1
+pkgrel=2
pkgdesc="A puzzle game which goal is to reduce a 3D shape to a single square. Elimination of squares is done by flipping edges around just like in a cardboard box."
-arch=("i686" "x86_64")
+arch=("i686" "x86_64" "aarch64")
url="http://sourceforge.net/projects/phlipple/"
license=('GPL')
depends=('mesa' 'sdl' 'sdl_mixer' 'sdl_image' 'glew')
makedepends=('subversion')
provides=("phlipple")
conflicts=("phlipple")
-source=("phlipple::svn://svn.code.sf.net/p/phlipple/code/trunk phlipple-code"
+source=("phlipple::svn://svn.code.sf.net/p/phlipple/code/trunk"
'engine.h.patch')
sha256sums=('SKIP'
'a103d6f139bd246c45f2b62e8f5689eceea3af49521071e1a4f1167053a42a52')