summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab774bb09267..480f50f5162c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dooble-bin
pkgdesc = Dooble is the scientific browser
- pkgver = 2022.04.04
+ pkgver = 2022.06.15
pkgrel = 1
url = https://textbrowser.github.io/dooble/
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = dooble-bin
depends = xcb-util-renderutil
depends = xcb-util-wm
conflicts = dooble
- noextract = Dooble-2022.04.04_amd64.deb
+ noextract = Dooble-2022.06.15_amd64.deb
options = !strip
- source = https://github.com/textbrowser/dooble/releases/download/2022.04.04/Dooble-2022.04.04_amd64.deb
- source = LICENSE-2022.04.04::https://github.com/textbrowser/dooble/raw/2022.04.04/LICENSE
- sha256sums = 5a9c4679c12ed4df2b6af025d4f00aa2cae86ef414a917b1ae4cfc58122c24c1
+ source = https://github.com/textbrowser/dooble/releases/download/2022.06.15/Dooble-2022.06.15_amd64.deb
+ source = LICENSE-2022.06.15::https://github.com/textbrowser/dooble/raw/2022.06.15/LICENSE
+ sha256sums = 5b50db570f79f6ac2a95fcb078f440e37d539d5d93aea02cda4276a166e12fbe
sha256sums = c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd
pkgname = dooble-bin
diff --git a/PKGBUILD b/PKGBUILD
index a2083f4f1921..a2277c259ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=dooble
_repourl="https://github.com/textbrowser/dooble"
pkgname=dooble-bin
-pkgver=2022.04.04
+pkgver=2022.06.15
pkgrel=1
pkgdesc="Dooble is the scientific browser"
arch=('x86_64')
@@ -19,12 +19,12 @@ source=(
)
noextract=("Dooble-${pkgver}_amd64.deb")
sha256sums=(
- '5a9c4679c12ed4df2b6af025d4f00aa2cae86ef414a917b1ae4cfc58122c24c1'
+ '5b50db570f79f6ac2a95fcb078f440e37d539d5d93aea02cda4276a166e12fbe'
'c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd'
)
package() {
- bsdtar -O -xf "Dooble-${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf "Dooble-${pkgver}_amd64.deb" data.tar.zst | bsdtar -C "${pkgdir}" -xf -
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +