makedeb


zotero 6.0.35-1


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.

Commit:


Hash: 59fd9ddd7d6beb6cc825c7ab92dff6fe222b224d

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2ec77e6..98552e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
-generated-by = makedeb-makepkg
-
-pkgbase = zotero
-	pkgdesc = Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
-	pkgver = 6.0.4
-	pkgrel = 1
-	url = https://www.zotero.org/download
-	arch = x86_64
-	license = AGPL3
-	depends = libdbus-glib-1-2
-	depends = libgtk-3-0
-	depends = libnss3
-	depends = libxt6
-	source = zotero.desktop
-	source = zotero.install
-	sha512sums = e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb
-	sha512sums = f5155d464a1e8fab71b92b62eebe9001788f7baf792413a08634c897c9ff35daadb418a0c11f2980d45ef2c00c0223062b58f46c450b962208e2ccca4d4d6f9e
-	source_x86_64 = Zotero-6.0.4_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.4
-	sha512sums_x86_64 = 14f759dab9e02253f7be8269575fabedc79556cc81eb1bcfaa5d945280b174545b9f23b2c190824124503f353af6a0416c15ecea99a81f5f000207a1eefe84b9
-
+generated-by = makedeb
 pkgname = zotero
+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 = 2
+pkgver = 6.0.4
+url = https://www.zotero.org/download
+arch = amd64
+depends = libdbus-glib-1-2
+depends = libgtk-3-0
+depends = libnss3
+depends = libxt6
+license = AGPL3
+source = zotero.desktop
+source = zotero.install
+sha512sums = e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb
+sha512sums = f5155d464a1e8fab71b92b62eebe9001788f7baf792413a08634c897c9ff35daadb418a0c11f2980d45ef2c00c0223062b58f46c450b962208e2ccca4d4d6f9e
+source_amd64 = Zotero-6.0.4_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.4
+sha512sums_amd64 = 14f759dab9e02253f7be8269575fabedc79556cc81eb1bcfaa5d945280b174545b9f23b2c190824124503f353af6a0416c15ecea99a81f5f000207a1eefe84b9
diff --git a/PKGBUILD b/PKGBUILD
index d879ca9..23896b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
 # Maintainer:  only_vip <onlyme_vip@protonmail.com>
 pkgname=zotero
 pkgver=6.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
-arch=('x86_64')
+arch=('amd64')
 url="https://www.zotero.org/download"
 license=('AGPL3')
 depends=('libdbus-glib-1-2' 'libgtk-3-0' 'libnss3' 'libxt6')
 
 source=("zotero.desktop"
         "zotero.install")
-source_x86_64=("Zotero-${pkgver}_linux_$CARCH.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-$CARCH&version=${pkgver}")
+source_amd64=("Zotero-${pkgver}_linux_$CARCH.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-$CARCH&version=${pkgver}")
 sha512sums=('e1a0a4ff5cc1b53f13776ca11927d671426b0691e78e74a4adf2166d57bb2ae8ac409cc11a37ce5e2f680fdf05d5bc3849c33a9717aca1bb62d03ae5231a67fb'
             'f5155d464a1e8fab71b92b62eebe9001788f7baf792413a08634c897c9ff35daadb418a0c11f2980d45ef2c00c0223062b58f46c450b962208e2ccca4d4d6f9e')
-sha512sums_x86_64=('14f759dab9e02253f7be8269575fabedc79556cc81eb1bcfaa5d945280b174545b9f23b2c190824124503f353af6a0416c15ecea99a81f5f000207a1eefe84b9')
+sha512sums_amd64=('14f759dab9e02253f7be8269575fabedc79556cc81eb1bcfaa5d945280b174545b9f23b2c190824124503f353af6a0416c15ecea99a81f5f000207a1eefe84b9')
 postinst='zotero.install'