summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 192e0602c902..73aea5b082c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = phlipple-svn
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.
pkgver = 0.8.6.r15
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/phlipple/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = subversion
depends = mesa
@@ -14,7 +15,7 @@ pkgbase = phlipple-svn
depends = glew
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
source = engine.h.patch
sha256sums = SKIP
sha256sums = a103d6f139bd246c45f2b62e8f5689eceea3af49521071e1a4f1167053a42a52
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')