summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 560c67e2a3d6..51c9e34dfc62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 4.2.1
-# Wed Apr 8 22:38:26 UTC 2015
pkgbase = livewallpaper
pkgdesc = OpenGL powered animated wallpapers with configuration utility, autostart, and application indicator.
pkgver = 0.4.1
@@ -14,6 +12,8 @@ pkgbase = livewallpaper
depends = gtk3
depends = libpeas
depends = libx11
+ depends = python
+ depends = python-numpy
depends = python-cairo
depends = python-opengl
provides = livewallpaper
diff --git a/PKGBUILD b/PKGBUILD
index 4ccf14391397..57b82291b391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="OpenGL powered animated wallpapers with configuration utility, autostar
arch=(any)
url="https://launchpad.net/livewallpaper"
license=('GPL3')
-depends=('libgl' 'gtk3' 'libpeas' 'libx11' 'python-cairo' 'python-opengl')
+depends=('libgl' 'gtk3' 'libpeas' 'libx11' 'python' 'python-numpy' 'python-cairo' 'python-opengl')
makedepends=('intltool' 'xcftools')
provides=('livewallpaper' 'livewallpaper-indicator' 'livewallpaper-config')
source=(https://launchpad.net/livewallpaper/0.4/0.4.1/+download/livewallpaper-0.4.1.tar.gz)