summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaizhao Zhang2021-12-22 11:25:55 +0000
committerKaizhao Zhang2021-12-22 11:25:55 +0000
commit4eb6ee58c14c0d64f2627de785142b6493c38524 (patch)
tree344ec68cca59bb66d679c817835a6f8c9df06ff0 /PKGBUILD
parent3726ec2940dff08b2a144e938a0115a1561a44af (diff)
downloadaur-4eb6ee58c14c0d64f2627de785142b6493c38524.tar.gz
Updated to version 2021.12.05
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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'
)