summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli2022-12-17 09:14:02 +0700
committerAli2022-12-17 09:14:02 +0700
commit9908a11056a5cb64c97c25a5956428f670e83355 (patch)
tree6b1c9ba5246cb7a0a7a9ae9d4a2ae6adb04d907b
parentc77e6a15d503a151c356e60d49c743079d23fbc4 (diff)
downloadaur-9908a11056a5cb64c97c25a5956428f670e83355.tar.gz
Update deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325a79a5e1b9..52ecc3c214ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hidamari
pkgdesc = Video wallpaper for Linux. Written in Python.
pkgver = 3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jeffshee/hidamari
arch = any
license = GPL3
@@ -19,9 +19,10 @@ pkgbase = hidamari
depends = gnome-desktop-4
depends = libwnck3
depends = python-setproctitle
+ depends = mesa-utils
+ depends = webkit2gtk
optdepends = vdpauinfo: Query and display VDPAU capabilities
optdepends = libappindicator-gtk3: tray icon support
- optdepends = webkit2gtk: web video support
source = git+https://github.com/jeffshee/hidamari.git#tag=v3.2
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index efdd798dacfb..d27191641707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
pkgname=hidamari
pkgver=3.2
_pkgver=3.2
-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')
+depends=('python-gobject' 'python-pillow' 'python-pydbus' 'python-vlc' 'yt-dlp' 'dconf' 'python-requests' 'gnome-desktop-4' 'libwnck3' 'python-setproctitle' 'mesa-utils' 'webkit2gtk')
makedepends=('git' 'meson' 'gtk-update-icon-cache' 'desktop-file-utils')
optdepends=('vdpauinfo: Query and display VDPAU capabilities'
- 'libappindicator-gtk3: tray icon support'
- 'webkit2gtk: web video support')
+ 'libappindicator-gtk3: tray icon support')
source=("git+https://github.com/jeffshee/hidamari.git#tag=v${_pkgver}")
sha256sums=('SKIP')