summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2021-06-02 17:26:34 +0300
committerLev Levitsky2021-06-02 17:26:34 +0300
commitbe08d199652a7485a6e0bbe9c152b88b18467522 (patch)
treeec4932c94be5b6333259be6e9d1d2888d5ce6dd7
parent53989eea866a00e3f1a8a0359e44b38459d6f559 (diff)
downloadaur-be08d199652a7485a6e0bbe9c152b88b18467522.tar.gz
0.9.9.20210529
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f57ed5e81f2a..ffa7ee168851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = xidel
pkgdesc = A command line tool to download and extract data from html/xml pages
- pkgver = 0.9.9.20210309.7795.c4e17e2d216c
+ pkgver = 0.9.9.20210529.7880.e0cb7e033b4b
pkgrel = 1
url = http://videlibri.sourceforge.net/xidel.html
arch = x86_64
license = GPL
depends = glibc
optdepends = openssl: for HTTPS connections
- source = xidel-0.9.9.20210309.7795.c4e17e2d216c.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20development/xidel-0.9.9.20210309.7795.c4e17e2d216c.linux64.tar.gz/download
- sha1sums = a0cdc3e602326077e7754768fc94188fcda700f8
+ source = xidel-0.9.9.20210529.7880.e0cb7e033b4b.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20development/xidel-0.9.9.20210529.7880.e0cb7e033b4b.linux64.tar.gz/download
+ sha1sums = 3e2bb7407cefde8e1d8bee1016ddc95e20946bed
pkgname = xidel
-
diff --git a/PKGBUILD b/PKGBUILD
index 7ebce491b7a6..fc29e991ab27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev at mail dot ru>
pkgname=xidel
-pkgver=0.9.9.20210309.7795.c4e17e2d216c
+pkgver=0.9.9.20210529.7880.e0cb7e033b4b
pkgrel=1
pkgdesc='A command line tool to download and extract data from html/xml pages'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL')
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=('a0cdc3e602326077e7754768fc94188fcda700f8')
+sha1sums=('3e2bb7407cefde8e1d8bee1016ddc95e20946bed')
package() {
cd "${srcdir}"
install -D xidel "${pkgdir}/usr/bin/xidel"