summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96ef019ecd07..188b6bd8e060 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hidamari
pkgdesc = Video wallpaper for Linux. Written in Python.
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jeffshee/hidamari
arch = any
license = GPL3
@@ -24,6 +24,7 @@ pkgbase = hidamari
depends = xdg-user-dirs
depends = vdpauinfo
depends = libappindicator-gtk3
+ depends = webkit2gtk-4.1
source = git+https://github.com/jeffshee/hidamari.git#tag=v3.3
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 145ea6456f70..8b8440ac61de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=hidamari
pkgver=3.3
_pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Video wallpaper for Linux. Written in Python.'
arch=('any')
url='https://github.com/jeffshee/hidamari'
license=('GPL3')
-depends=('python-gobject' 'python-pillow' 'python-pydbus' 'python-vlc' 'yt-dlp' 'dconf' 'python-requests' 'gnome-desktop-4' 'libwnck3' 'python-setproctitle' 'mesa-utils' 'webkit2gtk' 'xdg-user-dirs' 'vdpauinfo' 'libappindicator-gtk3')
+depends=('python-gobject' 'python-pillow' 'python-pydbus' 'python-vlc' 'yt-dlp' 'dconf' 'python-requests' 'gnome-desktop-4' 'libwnck3' 'python-setproctitle' 'mesa-utils' 'webkit2gtk' 'xdg-user-dirs' 'vdpauinfo' 'libappindicator-gtk3' 'webkit2gtk-4.1')
makedepends=('git' 'meson' 'gtk-update-icon-cache' 'desktop-file-utils')
source=("git+https://github.com/jeffshee/hidamari.git#tag=v${_pkgver}")
sha256sums=('SKIP')