summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstarsareintherose2021-08-19 18:58:03 +0800
committerstarsareintherose2021-08-19 18:58:03 +0800
commite2962e6d9f3139b52b80ec91395995353cdfac46 (patch)
treecdffdb597563a59e6c49a2249b67b1dc6596c2b8
parent0af252906d6b232ce626b8dcb92475dc92bfd51a (diff)
downloadaur-e2962e6d9f3139b52b80ec91395995353cdfac46.tar.gz
5.0.97-beta.37+ddc7be75c add_i686_support
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4aeaa2d224..b9b785d2ed29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = zotero-beta
pkgdesc = Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research.
- pkgver = 5.0.97beta.36%9738d2055
+ pkgver = 5.0.97beta.37%ddc7be75c
pkgrel = 1
url = https://www.zotero.org/support/dev_builds
arch = x86_64
+ arch = i686
license = AGPL3
depends = aarch64-linux-gnu-gcc
depends = atk
@@ -36,9 +37,11 @@ pkgbase = zotero-beta
conflicts = zotero-dev
conflicts = jurism
conflicts = zotero-git
- source = https://www.zotero.org/download/standalone/dl?platform=linux-x86_64&channel=beta
source = zotero.desktop
- sha256sums = 633bc4c672a9f17c29f4d8991aa776d0d5fc49e3b1553278e730739c41e13b2e
sha256sums = 17d1a0892d7a516e4f9d732de21ee595d9168d7554ca34b11cdd255795b22eaa
+ source_x86_64 = https://www.zotero.org/download/standalone/dl?platform=linux-x86_64&channel=beta
+ sha256sums_x86_64 = ad3c5c8e38bea19187a772d90d965497306f5f8dc1d379834936f4756f3366cd
+ source_i686 = https://www.zotero.org/download/standalone/dl?platform=linux-i686&channel=beta
+ sha256sums_i686 = ddf4944d380c4c46be0c7a5538cd4c71416e77e8672236bd8ebb7168c9a9101f
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 7d116194072d..347b21d8e5fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=zotero-beta
_pkgname=zotero-beta
-pkgver=5.0.97beta.36%9738d2055
+pkgver=5.0.97beta.37%ddc7be75c
pkgrel=1
pkgdesc="Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research."
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="https://www.zotero.org/support/dev_builds"
conflicts=('zotero' 'zotero-dev-bin' 'zotero-dev' 'jurism' 'zotero-git')
license=('AGPL3')
@@ -38,9 +38,12 @@ depends=(
'libxt'
'nss'
)
-source=("https://www.zotero.org/download/standalone/dl?platform=linux-x86_64&channel=beta" "zotero.desktop")
-sha256sums=('633bc4c672a9f17c29f4d8991aa776d0d5fc49e3b1553278e730739c41e13b2e'
- '17d1a0892d7a516e4f9d732de21ee595d9168d7554ca34b11cdd255795b22eaa')
+source=('zotero.desktop')
+source_i686=("https://www.zotero.org/download/standalone/dl?platform=linux-i686&channel=beta")
+source_x86_64=("https://www.zotero.org/download/standalone/dl?platform=linux-x86_64&channel=beta")
+sha256sums=('17d1a0892d7a516e4f9d732de21ee595d9168d7554ca34b11cdd255795b22eaa')
+sha256sums_x86_64=('ad3c5c8e38bea19187a772d90d965497306f5f8dc1d379834936f4756f3366cd')
+sha256sums_i686=('ddf4944d380c4c46be0c7a5538cd4c71416e77e8672236bd8ebb7168c9a9101f')
package() {
install -dDm755 "$pkgdir"/usr/{bin,share/zotero,share/applications}