summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Levitsky2021-02-11 02:27:11 +0300
committerLev Levitsky2021-02-11 02:27:11 +0300
commit8886a9d6165f02382a45ce9d87c6884ba97811d6 (patch)
tree2c95d0e1871d38aebcdd6585d316755d0c1dda96 /PKGBUILD
parent2ba7e89b0685fcc1a09ef7494f31bd617c2859c4 (diff)
downloadaur-8886a9d6165f02382a45ce9d87c6884ba97811d6.tar.gz
0.9.9 development version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 7 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0131300fa9b7..17b2477c57b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,15 @@
# Maintainer: Lev Levitsky <levlev at mail dot ru>
pkgname=xidel
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9.20201222.7728.774d4c7a6a10
+pkgrel=1
pkgdesc='A command line tool to download and extract data from html/xml pages'
-arch=('x86_64' 'i686')
+arch=('x86_64')
url='http://videlibri.sourceforge.net/xidel.html'
license=('GPL')
-optdepends_x86_64=('openssl: for HTTPS connections')
-depends_x86_64=('glibc')
-optdepends_i686=('lib32-openssl: for HTTPS connections')
-depends_i686=('lib32-glibc')
-source_x86_64=("${pkgname}-${pkgver}.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20${pkgver}/xidel-${pkgver}.linux64.tar.gz/download")
-sha256sums_x86_64=('cf6d7391a73dbadf7c74e22206ea3f9f4f77f77d0e9d6e32d15ec400b1b843ef')
-source_i686=("${pkgname}-${pkgver}.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20${pkgver}/xidel-${pkgver}.linux32.tar.gz/download")
-sha256sums_i686=('dcc80b3a1dbf437c98d94c8dcd9b4af5f709174892bf926f36ea8dd5cb55aaec')
+optdepends=('openssl: for HTTPS connections')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20development/xidel-${pkgver}.linux64.tar.gz/download")
+sha1sums=('0430a853b89c4eccbae76fde7f67dceadbbb88c2')
package() {
cd "${srcdir}"
install -D xidel "${pkgdir}/usr/bin/xidel"