summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard König2015-08-19 17:39:53 +0200
committerLeonard König2015-08-19 17:39:53 +0200
commit34a77443cfbb3f2ca301fe2bf7c819d2a45a0e0f (patch)
treedb4526eab622efb87a5d7141279cabc81fb3d7fa
parentce9e3805b05851b90a122172ca5a6996064ed2fd (diff)
downloadaur-ducklauncher-git.tar.gz
added python2-numpy dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99438ede0460..098d1b5b4845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ducklauncher-git
pkgdesc = Duck Launcher Application Laucher by Mark Spurgeon <markspurgeon96@hotmail.com>
pkgver = r61.e160dd1
- pkgrel = 2
+ pkgrel = 3
url = https://the-duck.github.io/
install = ducklauncher.install
arch = i686
@@ -18,6 +18,7 @@ pkgbase = ducklauncher-git
depends = python2-xdg
depends = python2-notify2
depends = python2-pyqt4
+ depends = python2-numpy
provides = ducklauncher
conflicts = ducklauncher
replaces = ducklauncher
diff --git a/PKGBUILD b/PKGBUILD
index 54987bc429b2..7e644ff0f040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname='ducklauncher-git'
_gitname='launcher'
pkgver=r61.e160dd1
-pkgrel=2
+pkgrel=3
replaces=('ducklauncher')
arch=('i686' 'x86_64')
url="https://the-duck.github.io/"
-depends=('python2-pyside' 'python2-xlib' 'pygtk' 'python2-wnck' 'python2-cssutils' 'hicolor-icon-theme' 'python2-simplejson' 'python2-xdg' 'python2-notify2' 'python2-pyqt4')
+depends=('python2-pyside' 'python2-xlib' 'pygtk' 'python2-wnck' 'python2-cssutils' 'hicolor-icon-theme' 'python2-simplejson' 'python2-xdg' 'python2-notify2' 'python2-pyqt4' 'python2-numpy')
makedepends=('git')
license=('GPL2')
pkgdesc="Duck Launcher Application Laucher by Mark Spurgeon <markspurgeon96@hotmail.com>"