summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD7
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a29ba5870376..62c645df60cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dooble-bin
pkgdesc = Dooble is the scientific browser
- pkgver = 2021.11.05
+ pkgver = 2021.12.05
pkgrel = 1
url = https://textbrowser.github.io/dooble/
arch = x86_64
@@ -10,14 +10,19 @@ pkgbase = dooble-bin
depends = libgl
depends = libxcomposite
depends = libxkbcommon
+ depends = libxkbcommon-x11
depends = libxrandr
depends = nss
+ depends = xcb-util-cursor
+ depends = xcb-util-keysyms
+ depends = xcb-util-renderutil
+ depends = xcb-util-wm
conflicts = dooble
- noextract = Dooble-2021.11.05_amd64.deb
+ noextract = Dooble-2021.12.05_amd64.deb
options = !strip
- source = https://github.com/textbrowser/dooble/releases/download/2021.11.05/Dooble-2021.11.05_amd64.deb
- source = LICENSE-2021.11.05::https://github.com/textbrowser/dooble/raw/2021.11.05/LICENSE
- sha256sums = f0a34443b42efb5d21d4bae856fb760c6c54864c6688d5a0644c738f751cc9cb
+ source = https://github.com/textbrowser/dooble/releases/download/2021.12.05/Dooble-2021.12.05_amd64.deb
+ source = LICENSE-2021.12.05::https://github.com/textbrowser/dooble/raw/2021.12.05/LICENSE
+ sha256sums = 0ca27f7f26934a8914e4b00ea6f60b587fff9736b330c81a026935dd71837adf
sha256sums = c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd
pkgname = dooble-bin
diff --git a/PKGBUILD b/PKGBUILD
index e63d0d06f448..f4ceb709f5c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=dooble
_repourl="https://github.com/textbrowser/dooble"
pkgname=dooble-bin
-pkgver=2021.11.05
+pkgver=2021.12.05
pkgrel=1
pkgdesc="Dooble is the scientific browser"
arch=('x86_64')
@@ -12,14 +12,15 @@ url="https://textbrowser.github.io/dooble/"
license=('BSD')
conflicts=('dooble')
options=('!strip')
-depends=('alsa-lib' 'fontconfig' 'libgl' 'libxcomposite' 'libxkbcommon' 'libxrandr' 'nss')
+depends=('alsa-lib' 'fontconfig' 'libgl' 'libxcomposite' 'libxkbcommon' 'libxkbcommon-x11' 'libxrandr' 'nss'
+ 'xcb-util-cursor' '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=(
- 'f0a34443b42efb5d21d4bae856fb760c6c54864c6688d5a0644c738f751cc9cb'
+ '0ca27f7f26934a8914e4b00ea6f60b587fff9736b330c81a026935dd71837adf'
'c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd'
)