summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9699522fe06..449a1664f9ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,11 @@ pkgbase = dial-a-pirate
pkgver = 0.0.1
pkgrel = 3
url = https://github.com/tallero/dial-a-pirate
- arch = i686
arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
+ arch = pentium4
license = AGPL3
makedepends = git
makedepends = wget
diff --git a/PKGBUILD b/PKGBUILD
index 0e0798db7723..0c5658a7ee16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,19 @@
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
+<<<<<<< HEAD
_pkg="DialAPirate"
_ns="tallero"
+=======
+_ns="tallero"
+_pkg="DialAPirate"
+>>>>>>> 60eca28 (update pkg)
_app_id="com.github.${_ns}.${_pkg}"
pkgname=dial-a-pirate
pkgver=0.0.1
_commit="32b7c6b"
pkgrel=3
pkgdesc="A LÖVE implementation of Dial-A-Pirate from the EGA version of The Secret of Monkey Island"
+<<<<<<< HEAD
arch=(
'x86_64'
'i686'
@@ -16,6 +22,10 @@ arch=(
'pentium4'
)
url="https://github.com/tallero/dial-a-pirate"
+=======
+arch=('x86_64' 'i686' 'armv7h' 'aarch64' 'pentium4')
+url="https://github.com/${_ns}/${pkgname}"
+>>>>>>> 60eca28 (update pkg)
license=('AGPL3')
depends=('love')
makedepends=('git' 'wget')