summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoirscape2018-12-21 15:10:02 +0100
committernoirscape2018-12-21 15:10:02 +0100
commit235e38cb70f8d598c626ca715acc9ae85c044bf7 (patch)
treee4c773bc5c7279534b7b2b6685966a4fd1b3b1e9
parent728a26c543aab94721a9cc955122097b9e755231 (diff)
downloadaur-235e38cb70f8d598c626ca715acc9ae85c044bf7.tar.gz
Arch Linux ARM makepkg line fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba8ae6199e0f..fc9f27833eb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = wget-lua
arch = i686
arch = x86_64
arch = armv6h
- arch = armv7l
+ arch = armv7h
license = GPL
makedepends = git
makedepends = perl
diff --git a/PKGBUILD b/PKGBUILD
index 56d5eb83f620..7fea9ea443f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wget-lua
pkgver=1.14
-pkgrel=2
+pkgrel=3
pkgdesc="Wget with Lua scripting"
url="http://archiveteam.org/index.php?title=Wget_with_Lua_hooks"
license=('GPL')
@@ -11,7 +11,7 @@ depends=('gnutls' 'libidn' 'pcre' 'lua')
optdepends=("ca-certificates: HTTPS Downloads")
makedepends=('git' 'perl')
provides=('wget-lua')
-arch=('i686' 'x86_64' 'armv6h' 'armv7l')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
source=("http://warriorhq.archiveteam.org/downloads/wget-lua/wget-1.14.lua.LATEST.tar.bz2"
"lua.patch"
"ssl.patch")