summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli2022-11-15 17:36:00 +0700
committerAli2022-11-15 17:36:00 +0700
commitc77e6a15d503a151c356e60d49c743079d23fbc4 (patch)
treed3748e7a91b9cb9c01fde4eff27e159b9fa48198
parent3d086b5723c01840d60c005d3f2d49988fe6bbd2 (diff)
downloadaur-c77e6a15d503a151c356e60d49c743079d23fbc4.tar.gz
v3.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8395a1a54995..325a79a5e1b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hidamari
pkgdesc = Video wallpaper for Linux. Written in Python.
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 1
url = https://github.com/jeffshee/hidamari
arch = any
@@ -18,10 +18,11 @@ pkgbase = hidamari
depends = python-requests
depends = gnome-desktop-4
depends = libwnck3
+ depends = python-setproctitle
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.1
+ source = git+https://github.com/jeffshee/hidamari.git#tag=v3.2
sha256sums = SKIP
pkgname = hidamari
diff --git a/PKGBUILD b/PKGBUILD
index 900c16d9b2b3..efdd798dacfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ali Rohman <laymoth@pm.me>
pkgname=hidamari
-pkgver=3.1
-_pkgver=3.1
+pkgver=3.2
+_pkgver=3.2
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')
+depends=('python-gobject' 'python-pillow' 'python-pydbus' 'python-vlc' 'yt-dlp' 'dconf' 'python-requests' 'gnome-desktop-4' 'libwnck3' 'python-setproctitle')
makedepends=('git' 'meson' 'gtk-update-icon-cache' 'desktop-file-utils')
optdepends=('vdpauinfo: Query and display VDPAU capabilities'
'libappindicator-gtk3: tray icon support'