summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Taboada2019-01-02 10:09:20 -0600
committerMichael Taboada2019-01-02 10:09:20 -0600
commit8f1e354062c08e9206de322427301c649840fea6 (patch)
tree211751b2b6f649b631e4d81fbe43ef21ec8294a3
parent6fc8496f01f5a9264151196cf7dce5f6c24eb92c (diff)
downloadaur-8f1e354062c08e9206de322427301c649840fea6.tar.gz
fixed armv7h
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91876f469578..d1d249dc839a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Wed Jan 2 15:47:06 UTC 2019
+# Wed Jan 2 16:09:10 UTC 2019
pkgbase = xidel-src
pkgdesc = A command line tool to download and extract data from html/xml pages
pkgver = 0.9.8
- pkgrel = 2
+ pkgrel = 3
url = http://videlibri.sourceforge.net/xidel.html
arch = x86_64
arch = i686
- arch = armv7l
+ arch = armv7h
arch = arch64
license = GPL
makedepends = fpc
diff --git a/PKGBUILD b/PKGBUILD
index cea11e5e2a5c..d0be023efaea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=${pkgname%-src}
pkgname=xidel-src
pkgver=0.9.8
-pkgrel=2
+pkgrel=3
pkgdesc='A command line tool to download and extract data from html/xml pages'
-arch=('x86_64' 'i686' 'armv7l' 'arch64')
+arch=('x86_64' 'i686' 'armv7h' 'arch64')
url='http://videlibri.sourceforge.net/xidel.html'
license=('GPL')
optdepends=('openssl: for HTTPS connections')