summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli2023-04-04 20:50:44 +0700
committerAli2023-04-04 20:50:44 +0700
commitb2c26838b633a4ce9c3b0194724e0173c5bff1e0 (patch)
tree9782f3a2a1259e2960c1deaf826aa741d1ca53fb
parent9908a11056a5cb64c97c25a5956428f670e83355 (diff)
downloadaur-b2c26838b633a4ce9c3b0194724e0173c5bff1e0.tar.gz
v3.3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ecc3c214ff..96ef019ecd07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hidamari
pkgdesc = Video wallpaper for Linux. Written in Python.
- pkgver = 3.2
- pkgrel = 2
+ pkgver = 3.3
+ pkgrel = 1
url = https://github.com/jeffshee/hidamari
arch = any
license = GPL3
@@ -21,9 +21,10 @@ pkgbase = hidamari
depends = python-setproctitle
depends = mesa-utils
depends = webkit2gtk
- optdepends = vdpauinfo: Query and display VDPAU capabilities
- optdepends = libappindicator-gtk3: tray icon support
- source = git+https://github.com/jeffshee/hidamari.git#tag=v3.2
+ depends = xdg-user-dirs
+ depends = vdpauinfo
+ depends = libappindicator-gtk3
+ source = git+https://github.com/jeffshee/hidamari.git#tag=v3.3
sha256sums = SKIP
pkgname = hidamari
diff --git a/PKGBUILD b/PKGBUILD
index d27191641707..145ea6456f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
# Maintainer: Ali Rohman <laymoth@pm.me>
pkgname=hidamari
-pkgver=3.2
-_pkgver=3.2
-pkgrel=2
+pkgver=3.3
+_pkgver=3.3
+pkgrel=1
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')
+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')
makedepends=('git' 'meson' 'gtk-update-icon-cache' 'desktop-file-utils')
-optdepends=('vdpauinfo: Query and display VDPAU capabilities'
- 'libappindicator-gtk3: tray icon support')
source=("git+https://github.com/jeffshee/hidamari.git#tag=v${_pkgver}")
sha256sums=('SKIP')