summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander 'chron' Kempen2017-08-24 14:27:52 +0200
committerAlexander 'chron' Kempen2017-08-24 14:27:52 +0200
commit6979931c49f60447a5cd1d570179f40fe109ff98 (patch)
tree0c4f7c3241b7f4790c284593d5b7d6b327e3369d /PKGBUILD
parente2f162a3682ce0a013bded9c0feacee8583ae419 (diff)
downloadaur-6979931c49f60447a5cd1d570179f40fe109ff98.tar.gz
Added python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f39d04af48e6..ea8f6add7b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("any")
url="https://github.com/mrichar1/clipster"
license=("AGPL")
depends=("python" "python-gobject" "libwnck3")
-makedepends=("git")
+makedepends=("git" "python-setuptools")
source=("${pkgname}-${pkgver}::git+https://github.com/mrichar1/clipster.git#tag=${pkgver}")
sha256sums=("SKIP")
provides=("clipster")