summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2152bb8d503..ab774bb09267 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = dooble-bin
pkgdesc = Dooble is the scientific browser
- pkgver = 2022.02.15
+ pkgver = 2022.04.04
pkgrel = 1
url = https://textbrowser.github.io/dooble/
arch = x86_64
license = BSD
depends = gmime3
+ depends = libxkbcommon-x11
depends = nspr
depends = nss
depends = xcb-util-image
@@ -13,11 +14,11 @@ pkgbase = dooble-bin
depends = xcb-util-renderutil
depends = xcb-util-wm
conflicts = dooble
- noextract = Dooble-2022.02.15_amd64.deb
+ noextract = Dooble-2022.04.04_amd64.deb
options = !strip
- source = https://github.com/textbrowser/dooble/releases/download/2022.02.15/Dooble-2022.02.15_amd64.deb
- source = LICENSE-2022.02.15::https://github.com/textbrowser/dooble/raw/2022.02.15/LICENSE
- sha256sums = 2501bc1bf3a88c1aabdf036faa8e659d94a308ee74fed6bb2bb383de97c2ed16
+ 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
sha256sums = c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd
pkgname = dooble-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe0e16c45678..a2083f4f1921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=dooble
_repourl="https://github.com/textbrowser/dooble"
pkgname=dooble-bin
-pkgver=2022.02.15
+pkgver=2022.04.04
pkgrel=1
pkgdesc="Dooble is the scientific browser"
arch=('x86_64')
@@ -12,14 +12,14 @@ url="https://textbrowser.github.io/dooble/"
license=('BSD')
conflicts=('dooble')
options=('!strip')
-depends=('gmime3' 'nspr' 'nss' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm')
+depends=('gmime3' 'libxkbcommon-x11' 'nspr' 'nss' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm')
source=(
"https://github.com/textbrowser/dooble/releases/download/${pkgver}/Dooble-${pkgver}_amd64.deb"
"LICENSE-${pkgver}::${_repourl}/raw/${pkgver}/LICENSE"
)
noextract=("Dooble-${pkgver}_amd64.deb")
sha256sums=(
- '2501bc1bf3a88c1aabdf036faa8e659d94a308ee74fed6bb2bb383de97c2ed16'
+ '5a9c4679c12ed4df2b6af025d4f00aa2cae86ef414a917b1ae4cfc58122c24c1'
'c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd'
)