summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 355e5da843a5..68e873d64026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=python2-elementtidy
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="The ElementTidy parser can read (almost) arbitrary HTML files, and turn them into well-formed element trees."
arch=('i686' 'x86_64')
license=('custom')
url="http://effbot.org/zone/element-tidylib.htm"
depends=('python2')
+makedepends=('gcc')
source=(http://effbot.org/media/downloads/elementtidy-1.0-20050212.zip)
md5sums=('b36db272e051156f9c66b8472c43bf64')