summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjuanmah2016-03-09 19:39:44 +0100
committerjuanmah2016-03-09 19:39:44 +0100
commit123e0756f378fba3318a7e39966b533dd20f39b3 (patch)
tree89a793178721447a0fa04738444fdc8260b4669b /PKGBUILD
parentf9895c5ba63a02ed259899fd596a0301cb33b9bd (diff)
downloadaur-123e0756f378fba3318a7e39966b533dd20f39b3.tar.gz
4.0.29.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8762b5cc2d2..e7237eafdd6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
-pkgver=4.0.28
+pkgver=4.0.29.2
pkgrel=1
pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@ depends=('dbus-glib' 'alsa-lib' 'gtk2' 'gcc-libs' 'nss')
if [[ $CARCH == "x86_64" ]]
then
_arch=x86_64
- md5sums=('55f743aa7c08ca16d933e91faf43a2fc'
+ md5sums=('179cf64505b14e29099b55d37a06c6aa'
'f227abe95940abd63367716928c6e379')
else
_arch=i686
- md5sums=('a5cb40b79b26dbe4fb29b8e9fdb61a9f'
+ md5sums=('88ff0425fe98b9b27a0ee36774cfda6d'
'f227abe95940abd63367716928c6e379')
fi
install='zotero.install'