summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2017-03-20 19:27:34 +0300
committerLev Levitsky2017-03-20 19:27:34 +0300
commitb04a3a319ebc1f0d7d14c5f3ce4eb907a4b8496d (patch)
treea632d31ef3f96ca4c9a763b7d5a6aa2417a9ba16
parentfe609c34910099d04aad9fbc81455b550e049560 (diff)
downloadaur-b04a3a319ebc1f0d7d14c5f3ce4eb907a4b8496d.tar.gz
Fix md5sum for 64-bit src file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11dc8e13898d..7e3b1e9598c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 26 14:02:25 UTC 2016
+# 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 = 1
+ pkgrel = 2
url = http://videlibri.sourceforge.net/xidel.html
arch = x86_64
arch = i686
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')