# Contributor: Sergey Kish # Contributor: itsme pkgname=csstidy pkgver=1.4 pkgrel=4 pkgdesc="A program that optimises, formats and fixes CSS code" arch=('i686' 'x86_64' 'armv7h') url="http://sourceforge.net/projects/csstidy/" license=('GPL') depends=('gcc-libs') makedepends=('scons') conflicts=('csstidy-cpp-git') source=(http://downloads.sourceforge.net/project/csstidy/CSSTidy%20%28C%2B%2B%2C%20stable%29/1.3/csstidy-source-$pkgver.zip 'gcc43fix.diff') md5sums=('8fcbf5c1c3cafd9232552b3286aabcb9' 'a176d2ee8f12c64687d275fe6cbd0134') build() { cd ${srcdir} patch -p1