summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2017-11-21 14:28:13 +0000
committerGenerator2017-11-21 14:28:13 +0000
commit45c5a9356fcc292b7e38d9a50690fec6be8e6df3 (patch)
tree31221b70f2b571b96819e15b6a64ee43c20f8455
parentc021e6ec3cc6ec796f8aef9651c46d4691f52e36 (diff)
downloadaur-45c5a9356fcc292b7e38d9a50690fec6be8e6df3.tar.gz
add missing make depend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64cf0793ccb0..f7b4a4d92b77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Oct 26 16:25:10 UTC 2017
+# Tue Nov 21 14:27:48 UTC 2017
pkgbase = sddm-theme-aerial-git
pkgdesc = SDDM theme with Apple TV Aerial videos
pkgver = 0.1.r24.g90d9941
@@ -9,6 +9,7 @@ pkgbase = sddm-theme-aerial-git
arch = any
license = GPL
makedepends = git
+ makedepends = python2
depends = sddm
depends = gst-libav
depends = gst-plugins-good
diff --git a/PKGBUILD b/PKGBUILD
index 890ff4df8c17..c6cc6fbab0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://github.com/3ximus/aerial-sddm-theme"
license=('GPL')
depends=('sddm' 'gst-libav' 'gst-plugins-good' 'phonon-qt5-gstreamer')
-makedepends=('git')
+makedepends=('git' 'python2')
install="$_pkgname.install"
backup=('usr/share/sddm/themes/aerial/theme.conf.user')
source=("git+https://github.com/3ximus/$_repo.git")