makedeb
Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Click here to go back to the commit logs for zotero.
Hash: eb88627e1b9a0dba13d520d5191ae507f8adfd91
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 747e421..57ff1d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ postinst = zotero.install
pkgbase = zotero
pkgdesc = Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
pkgrel = 1
-pkgver = 6.0.12
+pkgver = 6.0.13
url = https://www.zotero.org/download
arch = amd64
depends = libdbus-glib-1-2
@@ -12,9 +12,9 @@ depends = libgtk-3-0
depends = libnss3
depends = libxt6
license = AGPL3
-source = Zotero-6.0.12_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.12
+source = Zotero-6.0.13_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.13
source = zotero.desktop
source = zotero.install
-sha512sums = 2d129c4449b6951493d60a4753f3dceb80fc1f4d8211a1b45bcf1d5eaef29a56db9147094ff86ab93e1a6b7e9a150fb34641cd1d98842a3251aa3866a5bb8a74
+sha512sums = 150ad3f213ad7289e09f79422f4840a4a288d80bfe661a9c06d330198c52018efe01bc68629485fd822647902df59ec5862bee5df13d1de106a2ccd84b647944
sha512sums = e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb
sha512sums = f5155d464a1e8fab71b92b62eebe9001788f7baf792413a08634c897c9ff35daadb418a0c11f2980d45ef2c00c0223062b58f46c450b962208e2ccca4d4d6f9e
diff --git a/PKGBUILD b/PKGBUILD
index 0f611c7..cb4b384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=zotero
-pkgver=6.0.12
+pkgver=6.0.13
pkgrel=1
pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
arch=('amd64')
@@ -10,7 +10,7 @@ depends=('libdbus-glib-1-2' 'libgtk-3-0' 'libnss3' 'libxt6')
source=("Zotero-${pkgver}_linux_$CARCH.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-$CARCH&version=${pkgver}"
"zotero.desktop"
"zotero.install")
-sha512sums=("2d129c4449b6951493d60a4753f3dceb80fc1f4d8211a1b45bcf1d5eaef29a56db9147094ff86ab93e1a6b7e9a150fb34641cd1d98842a3251aa3866a5bb8a74"
+sha512sums=("150ad3f213ad7289e09f79422f4840a4a288d80bfe661a9c06d330198c52018efe01bc68629485fd822647902df59ec5862bee5df13d1de106a2ccd84b647944"
"e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb"
"f5155d464a1e8fab71b92b62eebe9001788f7baf792413a08634c897c9ff35daadb418a0c11f2980d45ef2c00c0223062b58f46c450b962208e2ccca4d4d6f9e")
postinst='zotero.install'