summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Levitsky2017-03-20 19:27:34 +0300
committerLev Levitsky2017-03-20 19:27:34 +0300
commitb04a3a319ebc1f0d7d14c5f3ce4eb907a4b8496d (patch)
treea632d31ef3f96ca4c9a763b7d5a6aa2417a9ba16 /PKGBUILD
parentfe609c34910099d04aad9fbc81455b550e049560 (diff)
downloadaur-b04a3a319ebc1f0d7d14c5f3ce4eb907a4b8496d.tar.gz
Fix md5sum for 64-bit src file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b94cf6aff15f..dbb43a6fc8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lev Levitsky <levlev at mail dot ru>
pkgname=xidel
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
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,7 +9,7 @@ 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=('1dea437cb763b6cfcdee90fc581c02da')
+ md5sums=('4fff404b30c36f58d23d912652d2d052')
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')