summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Levitsky2018-04-02 19:26:44 +0300
committerLev Levitsky2018-04-02 19:26:44 +0300
commit2b624c6683684301c07515522b4087441629dfe7 (patch)
tree82771ab21b1786daddb69ae7fbd7dd99add8a380 /PKGBUILD
parentb04a3a319ebc1f0d7d14c5f3ce4eb907a4b8496d (diff)
downloadaur-2b624c6683684301c07515522b4087441629dfe7.tar.gz
version 0.9.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}"