summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli2023-06-05 06:54:20 +0700
committerAli2023-06-05 06:54:20 +0700
commitbd448cd3fa59a60474c151679b30e0064b40ec64 (patch)
tree8474d60f05fccc60eefb7d32d74690f62b99d83b
parentb2c26838b633a4ce9c3b0194724e0173c5bff1e0 (diff)
downloadaur-bd448cd3fa59a60474c151679b30e0064b40ec64.tar.gz
Add webkit2gtk-4.1 dependency
-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')