summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraypawn2016-05-18 22:56:06 +0900
committergraypawn2016-05-18 22:56:06 +0900
commitc2ed7b67df7847565b589e83ffe451f909dea694 (patch)
treeda7712dec203301f4394fda83902e59573ab5964
parent0b999d5e9a614ee92e2d90287a095a2163cc1978 (diff)
downloadaur-c2ed7b67df7847565b589e83ffe451f909dea694.tar.gz
Fix makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2b8af53e607..eae0e4c4b63d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = yusuke
arch = i686
arch = x86_64
license = GPL3
+ makedepends = python-setuptools
depends = pacman
depends = libnotify
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 46ab50125720..764080c1df3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL3')
conflicts=('yusuke')
depends=('pacman' 'libnotify' 'python-gobject')
+makedepends=('python-setuptools')
source=("https://github.com/graypawn/yusuke/archive/v$pkgver.zip")
md5sums=('38caecff3825c35962971aeae1335e6c')