summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Wicks2022-03-22 14:35:07 +0000
committerAlex Wicks2022-03-22 14:35:07 +0000
commitb053122fbefad6e3ea98053b9dd6c22534315588 (patch)
treeda744ac5ca6b37f6bba8badbdc49a24d54ca1f49
parent4e781a4d6c78af87d750407eb0462f7646431c27 (diff)
downloadaur-b053122fbefad6e3ea98053b9dd6c22534315588.tar.gz
Updating build & runtime deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e45bc9535bd..82b9052d9ef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = sddm-theme-aerial-git
pkgdesc = SDDM theme with Apple TV Aerial videos
- pkgver = 0.1.r39.gd583097
+ pkgver = 0.1.r59.g06beb74
pkgrel = 1
url = https://github.com/3ximus/aerial-sddm-theme
install = sddm-theme-aerial.install
arch = any
license = GPL
makedepends = git
- makedepends = python2
depends = sddm
depends = gst-libav
depends = phonon-qt5-gstreamer
depends = gst-plugins-good
depends = qt5-quickcontrols
depends = qt5-graphicaleffects
+ depends = qt5-multimedia
backup = usr/share/sddm/themes/aerial/theme.conf.user
source = git+https://github.com/3ximus/aerial-sddm-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index afa441bedc80..ae8ed614c45e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_repo=aerial-sddm-theme
_pkgname=sddm-theme-aerial
pkgname=$_pkgname-git
-pkgver=0.1.r39.gd583097
-pkgrel=1
+pkgver=0.1.r59.g06beb74
+pkgrel=2
pkgdesc="SDDM theme with Apple TV Aerial videos"
arch=('any')
url="https://github.com/3ximus/aerial-sddm-theme"
license=('GPL')
-depends=('sddm' 'gst-libav' 'phonon-qt5-gstreamer' 'gst-plugins-good' 'qt5-quickcontrols' 'qt5-graphicaleffects')
-makedepends=('git' 'python2')
+depends=('sddm' 'gst-libav' 'phonon-qt5-gstreamer' 'gst-plugins-good' 'qt5-quickcontrols' 'qt5-graphicaleffects' 'qt5-multimedia')
+makedepends=('git')
install="$_pkgname.install"
backup=('usr/share/sddm/themes/aerial/theme.conf.user')
source=("git+https://github.com/3ximus/$_repo.git")