summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2016-04-10 22:18:58 +0200
committerCarsten Teibes2016-04-10 22:18:58 +0200
commit9d3523a2504bbca0aa58628e382c86bb02f15765 (patch)
treeeb96f2cacd50d273c5586fe0388b7a9ba269ecda
parent594c6a5260596629eb84c28770291a611f3721c3 (diff)
downloadaur-9d3523a2504bbca0aa58628e382c86bb02f15765.tar.gz
[fix] add python-setuptools makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 815fde14feee..22d4c2dd3df0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = irclog2html
pkgdesc = Converts IRC log files to HTML with pretty colours.
pkgver = 2.14.0
- pkgrel = 1
+ pkgrel = 2
url = http://mg.pov.lt/irclog2html/
arch = any
license = GPL
+ makedepends = python-setuptools
depends = python
source = https://pypi.python.org/packages/source/i/irclog2html/irclog2html-2.14.0.tar.gz
sha256sums = d905790ee62319f441e34e4460f2c67d8d47e45bc24c3f0e0d743f83eaae69a7
diff --git a/PKGBUILD b/PKGBUILD
index 6b7ede380962..3ffec0f30fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=irclog2html
pkgver=2.14.0
-pkgrel=1
+pkgrel=2
pkgdesc='Converts IRC log files to HTML with pretty colours.'
arch=('any')
license=('GPL')
url='http://mg.pov.lt/irclog2html/'
depends=('python')
+makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/i/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('d905790ee62319f441e34e4460f2c67d8d47e45bc24c3f0e0d743f83eaae69a7')