summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Filippov2019-01-18 11:11:22 +0000
committerAleksey Filippov2019-01-18 11:11:22 +0000
commit84eb08decadf386d076b6ed902335cc93747ad9f (patch)
tree3918a1fa7bd6dc9746dab75725f4d5316f2a614d
parent2e7be23bc0359b2c9b622f4b9dd63924c8d8d78a (diff)
downloadaur-84eb08decadf386d076b6ed902335cc93747ad9f.tar.gz
Move python-setuptools into makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8be2f15121b..72fbe9259533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Fri Jan 18 10:34:38 UTC 2019
+# Fri Jan 18 11:11:22 UTC 2019
pkgbase = hotdoc
pkgdesc = HotDoc: the tastiest API documentation system
pkgver = 0.8.103
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hotdoc/hotdoc
arch = any
license = LGPL2
+ makedepends = python-setuptools
makedepends = npm
makedepends = cmake
makedepends = flex
@@ -18,7 +19,6 @@ pkgbase = hotdoc
depends = python-networkx-1.11
depends = python-pkgconfig-1.1.0
depends = python-schema
- depends = python-setuptools
depends = python-sqlalchemy
depends = python-toposort
depends = python-wheezy
diff --git a/PKGBUILD b/PKGBUILD
index a2c8c3a39935..be83b05ee64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
# Contributor: Lubosz Sarnecki <lubosz@gmail.com>
pkgname=hotdoc
pkgver=0.8.103
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="HotDoc: the tastiest API documentation system"
arch=('any')
@@ -33,13 +33,13 @@ depends=(
'python-networkx-1.11'
'python-pkgconfig-1.1.0'
'python-schema'
- 'python-setuptools'
'python-sqlalchemy'
'python-toposort'
'python-wheezy'
'python-yaml'
)
makedepends=(
+ 'python-setuptools'
'npm'
'cmake'
'flex'