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: 5c0247fae7312eec84795e46ef55ea6c6ccfbf72
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 71c5eee..39485cf 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.7
+pkgver = 6.0.8
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.7_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.7
+source = Zotero-6.0.8_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.8
source = zotero.desktop
source = zotero.install
-sha512sums = a8e060ef062d64e17e78c30018e227e08662fea6dc9818121401aa6bb3f9245b149bfeb0a90f1d4d13243eb705ca8e184deef1bf76f3db395a23470b7bfe0f1d
+sha512sums = 5b39d2a8aa4d3d973f74cb13a5a0feb961639cf7955b447dfff82517fc86f3ad579a0093b4f33e93c7fa974ae026e21dc0f3a320c9de318873f1d0ca0fec467b
sha512sums = e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb
sha512sums = f5155d464a1e8fab71b92b62eebe9001788f7baf792413a08634c897c9ff35daadb418a0c11f2980d45ef2c00c0223062b58f46c450b962208e2ccca4d4d6f9e
diff --git a/PKGBUILD b/PKGBUILD
index c2ec01e..079a612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,20 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=zotero
-pkgver=6.0.7
+pkgver=6.0.8
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')
url="https://www.zotero.org/download"
license=('AGPL3')
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.desktop"
"zotero.install")
-sha512sums=("a8e060ef062d64e17e78c30018e227e08662fea6dc9818121401aa6bb3f9245b149bfeb0a90f1d4d13243eb705ca8e184deef1bf76f3db395a23470b7bfe0f1d"
- "e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb"
+sha512sums=("5b39d2a8aa4d3d973f74cb13a5a0feb961639cf7955b447dfff82517fc86f3ad579a0093b4f33e93c7fa974ae026e21dc0f3a320c9de318873f1d0ca0fec467b"
+ "e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb"
"f5155d464a1e8fab71b92b62eebe9001788f7baf792413a08634c897c9ff35daadb418a0c11f2980d45ef2c00c0223062b58f46c450b962208e2ccca4d4d6f9e")
-#source_amd64=()
-#sha512sums_amd64=()
postinst='zotero.install'
-
package() {
install -dDm755 "${pkgdir}/usr/"{bin,lib/zotero}
mv "$srcdir/Zotero_linux-$CARCH/"* "${pkgdir}/usr/lib/zotero"