summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e20af22977f..33f0ec6e9ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=ohcount
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="source-lines of code counter"
-arch=('any')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://labs.ohloh.net/ohcount"
license=('GPL')
depends=('pcre')
makedepends=('ragel>=6.3' 'swig' 'ruby' 'ruby-rake' 'gperf')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/blackducksoftware/ohcount/archive/${pkgver}.tar.gz")
-sha256sums=('d71f69fd025f5bae58040988108f0d8d84f7204edda1247013cae555bfdae1b9')
-
+sha512sums=('ba2d8cd1a77e2b01419424785d061c5f5a8973ad49ca6bc1faf864d54e28b1ada5b2cddbc68932fa713a2682d30c8a98469737b3bffdbea1524e4ebe58edf584')
build() {
cd "${pkgname}-${pkgver}"