summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ca7f168fc21..579d13a0f7dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
+# Generated by makepkg 5.0.0
+# Thu Feb 11 09:09:32 UTC 2016
pkgbase = csstidy
pkgdesc = A program that optimises, formats and fixes CSS code
pkgver = 1.4
- pkgrel = 3
+ pkgrel = 4
url = http://sourceforge.net/projects/csstidy/
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = scons
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index aa0a733fbba5..1ac9c33d25f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=csstidy
pkgver=1.4
-pkgrel=3
+pkgrel=4
pkgdesc="A program that optimises, formats and fixes CSS code"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://sourceforge.net/projects/csstidy/"
license=('GPL')
depends=('gcc-libs')