Package Details: zotero-beta-bin 7.0.0beta.81+721f54fe4-1

Git Clone URL: https://aur.archlinux.org/zotero-beta-bin.git (read-only, click to copy)
Package Base: zotero-beta-bin
Description: Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research.
Upstream URL: https://www.zotero.org/support/dev_builds
Keywords: reference
Licenses: AGPL3
Conflicts: zotero
Provides: zotero
Submitter: qubidt
Maintainer: qubidt
Last Packager: qubidt
Votes: 9
Popularity: 1.50
First Submitted: 2022-11-21 13:39 (UTC)
Last Updated: 2024-05-29 13:53 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 Next › Last »

dhruvasambrani commented on 2024-05-22 13:52 (UTC)

Since updates happen very commonly, you may use the following script to automatically update the pkgbuild file. Maintainer may also adapt the script and run with a cronjob daily to update it automatically

#! /bin/bash

decodeURL() { printf "%b\n" "$(sed 's/+/ /g; s/%\([0-9a-f][0-9a-f]\)/\\x\1/gi;')"; }

newver=$(decodeURL <<< $(curl -sI 'https://www.zotero.org/download/client/dl?platform=linux-x86_64&channel=beta' | grep "^location" | sed -E "s/.*beta\/(.*)\/.*/\1/g"))

sed "s/^_pkgver.*/_pkgver=$newver/" -i PKGBUILD

updpkgsums
makepkg -si

v4u6h4n commented on 2024-05-18 09:43 (UTC)

Thanks! <3

cphyc commented on 2024-05-06 08:02 (UTC) (edited on 2024-05-06 08:10 (UTC) by cphyc)

Patch for the (at the time of writing) latest version:

diff --git a/.SRCINFO b/.SRCINFO
index 2dbe197..e617a33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = zotero-beta-bin
    pkgdesc = Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research.
-   pkgver = 7.0.0beta.74+2e8073ab9
+   pkgver = 7.0.0beta.77+adaa61f2c
    pkgrel = 1
    url = https://www.zotero.org/support/dev_builds
    arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = zotero-beta-bin
    conflicts = zotero
    source = zotero-absolute-path-fix.patch
    sha256sums = 7a633ebad3a2d7bec604cc6fdb2aae13fd6c707975978ddccd39a526f933f585
-   source_x86_64 = Zotero-7.0.0-beta.74+2e8073ab9_linux-x86_64.tar.bz2::https://download.zotero.org/client/beta/7.0.0-beta.74%2B2e8073ab9/Zotero-7.0.0-beta.74%2B2e8073ab9_linux-x86_64.tar.bz2
-   sha256sums_x86_64 = 946f4aa4e2d71bbbd16948d434d48772c041cf02e716c1a9c3a92dd7c6f50dfd
-   source_i686 = Zotero-7.0.0-beta.74+2e8073ab9_linux-x86_64.tar.bz2::https://download.zotero.org/client/beta/7.0.0-beta.74%2B2e8073ab9/Zotero-7.0.0-beta.74%2B2e8073ab9_linux-x86_64.tar.bz2
-   sha256sums_i686 = 946f4aa4e2d71bbbd16948d434d48772c041cf02e716c1a9c3a92dd7c6f50dfd
+   source_x86_64 = Zotero-7.0.0-beta.77+adaa61f2c_linux-x86_64.tar.bz2::https://download.zotero.org/client/beta/7.0.0-beta.77%2Badaa61f2c/Zotero-7.0.0-beta.77%2Badaa61f2c_linux-x86_64.tar.bz2
+   sha256sums_x86_64 = 46530aef983d7417ea43d0b5a7d0687cbbcd9187f1b11439fa27ead6c91adaa7
+   source_i686 = Zotero-7.0.0-beta.77+adaa61f2c_linux-i686.tar.bz2::https://download.zotero.org/client/beta/7.0.0-beta.77%2Badaa61f2c/Zotero-7.0.0-beta.77%2Badaa61f2c_linux-i686.tar.bz2
+   sha256sums_i686 = bc730e1542ecd9d7bcfd69431ee9e81ed277293e6287488f29c5448796954ac5

 pkgname = zotero-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9b3710e..f0d7cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Malacology <guoyizhang at malacology dot com>

 pkgname=zotero-beta-bin
-_pkgver=7.0.0-beta.74+2e8073ab9
+_pkgver=7.0.0-beta.77+adaa61f2c
 pkgver="${_pkgver/-beta/beta}"
 pkgrel=1
 pkgdesc="Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research."
@@ -20,10 +20,10 @@ depends=(
 )
 source=('zotero-absolute-path-fix.patch')
 source_x86_64=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
-source_i686=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
+source_i686=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-i686.tar.bz2")
 sha256sums=('7a633ebad3a2d7bec604cc6fdb2aae13fd6c707975978ddccd39a526f933f585')
-sha256sums_x86_64=('946f4aa4e2d71bbbd16948d434d48772c041cf02e716c1a9c3a92dd7c6f50dfd')
-sha256sums_i686=('946f4aa4e2d71bbbd16948d434d48772c041cf02e716c1a9c3a92dd7c6f50dfd')
+sha256sums_x86_64=('46530aef983d7417ea43d0b5a7d0687cbbcd9187f1b11439fa27ead6c91adaa7')
+sha256sums_i686=('bc730e1542ecd9d7bcfd69431ee9e81ed277293e6287488f29c5448796954ac5')

 prepare() {
   patch --directory="Zotero_linux-$CARCH" --forward --strip=1 --input="${srcdir}/zotero-absolute-path-fix.patch"

armandleg commented on 2024-04-13 11:34 (UTC)

Patch for the (at the time of writing) latest version:

--- PKGBUILD
+++ PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Malacology <guoyizhang at malacology dot com>

 pkgname=zotero-beta-bin
-_pkgver=7.0.0-beta.68+c31a40c74
+_pkgver=7.0.0-beta.74+2e8073ab9
 pkgver="${_pkgver/-beta/beta}"
 pkgrel=1
 pkgdesc="Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research."
@@ -22,8 +22,8 @@
 source_x86_64=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
 source_i686=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
 sha256sums=('7a633ebad3a2d7bec604cc6fdb2aae13fd6c707975978ddccd39a526f933f585')
-sha256sums_x86_64=('863633550f6cb4c6e0072709fb926badaf04df2bd0ce0cb14dbd904d73fff3cd')
-sha256sums_i686=('863633550f6cb4c6e0072709fb926badaf04df2bd0ce0cb14dbd904d73fff3cd')
+sha256sums_x86_64=('946f4aa4e2d71bbbd16948d434d48772c041cf02e716c1a9c3a92dd7c6f50dfd')
+sha256sums_i686=('1e860f9131757d1118b82f426f1482d81a0843d07b6f2d485a76ca9f7c7a6c36')

 prepare() {
   patch --directory="Zotero_linux-$CARCH" --forward --strip=1 --input="${srcdir}/zotero-absolute-path-fix.patch"

TurnoffNOD commented on 2024-02-21 08:56 (UTC)

At Feb. 21, 2024, the latest beta version is 7.0.0-beta.60+91e1c6ca3.

mocrepu commented on 2024-02-07 18:16 (UTC) (edited on 2024-02-07 21:54 (UTC) by mocrepu)

This package is outdated. The latese version of zotero-beta is 7.0.0-beta.58+2665090aa I also updated the new icon setup. Here is the full pkgbuild:


# Maintainer: Bao <qubidt at gmail dot com>
# Contributor: Malacology <guoyizhang at malacology dot com>

pkgname=zotero-beta-bin
_pkgver=7.0.0-beta.58+2665090aa
pkgver="${_pkgver/-beta/beta}"
pkgrel=1
pkgdesc="Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research."
arch=('x86_64' 'i686')
url="https://www.zotero.org/support/dev_builds"
conflicts=('zotero')
provides=('zotero')
license=('AGPL3')
depends=(
    'dbus-glib'
    'desktop-file-utils'
    'gtk3'
    'libxt'
    'nss'
)
source=('zotero-absolute-path-fix.patch')
source_x86_64=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
source_i686=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
sha256sums=('6f5218281d6c1b384269fcede93cba9b50a4b1907805231098ac6554133a8504')
sha256sums_x86_64=('146febb2b69c159ae116f77ae50ba57ad7b7b87a3c83723c5f4998c4c2397c71')
sha256sums_i686=('146febb2b69c159ae116f77ae50ba57ad7b7b87a3c83723c5f4998c4c2397c71')

prepare() {
    patch --directory="Zotero_linux-$CARCH" --forward --strip=1 --input="${srcdir}/zotero-absolute-path-fix.patch"
}

package() {
    install -dDm755 "$pkgdir"/usr/{bin,lib/zotero,share/applications}
    mv "${srcdir}/Zotero_linux-${CARCH}"/* "$pkgdir"/usr/lib/zotero
    ln -s /usr/lib/zotero/zotero "$pkgdir"/usr/bin/zotero
    ln -s /usr/lib/zotero/zotero.desktop "$pkgdir"/usr/share/applications/zotero.desktop

    # Copy zotero icons to a standard location
    install -Dm644 "$pkgdir"/usr/lib/zotero/icons/icon32.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/zotero.png
    install -Dm644 "$pkgdir"/usr/lib/zotero/icons/icon64.png "$pkgdir"/usr/share/icons/hicolor/48x48/apps/zotero.png
    install -Dm644 "$pkgdir"/usr/lib/zotero/icons/icon128.png "$pkgdir"/usr/share/icons/hicolor/256x256/apps/zotero.png
}


TurnoffNOD commented on 2024-01-16 08:58 (UTC) (edited on 2024-01-16 09:02 (UTC) by TurnoffNOD)

Hi, as of 2024-01-16, this package is outdated. The latese version of zotero-beta is 7.0.0-beta.54+6b996d4f9.

Screenshot: [img]https://i.imgur.com/LZ3FGX0.png[/img]

m040601 commented on 2023-09-04 00:20 (UTC)

Shouldnt this PKGBUILD also have a

Conflicts:  

with the PKGBUILD "zotero-bin", https://aur.archlinux.org/packages/zotero-bin ?

FabioLolix commented on 2023-05-02 16:51 (UTC)

What is the difference with zotero-beta-bin ?

qubidt commented on 2022-11-21 13:45 (UTC)

reuploaded as zotero-beta-bin. merge request pending