summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2018-04-02 19:26:44 +0300
committerLev Levitsky2018-04-02 19:26:44 +0300
commit2b624c6683684301c07515522b4087441629dfe7 (patch)
tree82771ab21b1786daddb69ae7fbd7dd99add8a380
parentb04a3a319ebc1f0d7d14c5f3ce4eb907a4b8496d (diff)
downloadaur-2b624c6683684301c07515522b4087441629dfe7.tar.gz
version 0.9.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e3b1e9598c5..a4f7f0c11f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Mar 20 16:25:49 UTC 2017
pkgbase = xidel
pkgdesc = A command line tool to download and extract data from html/xml pages
- pkgver = 0.9.6
- pkgrel = 2
+ pkgver = 0.9.8
+ pkgrel = 1
url = http://videlibri.sourceforge.net/xidel.html
arch = x86_64
arch = i686
license = GPL
optdepends = openssl: for HTTPS connections
- source = xidel-0.9.6.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%200.9.6/xidel-0.9.6.linux32.tar.gz/download
- md5sums = 17a25f408e69e02df59524e3c13a8662
+ source = xidel-0.9.8.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%200.9.8/xidel-0.9.8.linux64.tar.gz/download
+ md5sums = 392002ba33f1fd3a25b4a4330d40a669
pkgname = xidel
diff --git a/PKGBUILD b/PKGBUILD
index dbb43a6fc8b2..6870b2490743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lev Levitsky <levlev at mail dot ru>
pkgname=xidel
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.8
+pkgrel=1
pkgdesc='A command line tool to download and extract data from html/xml pages'
arch=('x86_64' 'i686')
url='http://videlibri.sourceforge.net/xidel.html'
@@ -9,10 +9,10 @@ license=('GPL')
optdepends=('openssl: for HTTPS connections')
if [ "$CARCH" = x86_64 ]; then
source=("${pkgname}-${pkgver}.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20${pkgver}/xidel-${pkgver}.linux64.tar.gz/download")
- md5sums=('4fff404b30c36f58d23d912652d2d052')
+ md5sums=('392002ba33f1fd3a25b4a4330d40a669')
else
source=("${pkgname}-${pkgver}.src.tar.gz::https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20${pkgver}/xidel-${pkgver}.linux32.tar.gz/download")
- md5sums=('17a25f408e69e02df59524e3c13a8662')
+ md5sums=('4800de447c423f9d90118abe789cc2a7')
fi
package() {
cd "${srcdir}"