summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfff4cc5d9aa..926dd45e5b63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = ohcount-git
pkgdesc = Ohcount is a source code line counter.
- pkgver = 2.0.1.312.g4fb66a8
+ pkgver = 4.0.0.22.ge176f5e
pkgrel = 1
epoch = 1
- url = https://github.com/blackducksw/ohcount
- arch = i686
+ url = https://github.com/blackducksoftware/ohcount
arch = x86_64
license = GPL
makedepends = git
@@ -15,8 +14,7 @@ pkgbase = ohcount-git
depends = pcre
provides = ohcount
conflicts = ohcount
- source = git+https://github.com/blackducksw/ohcount.git
+ source = git+https://github.com/blackducksoftware/ohcount.git
sha512sums = SKIP
pkgname = ohcount-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 56544a4b3616..c827cadda50e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: spider-mario <spidermario@free.fr>
# Contributor: Serge Ziryukin <ftrvxmtrx@gmail.com>
pkgname=ohcount-git
-pkgver=2.0.1.312.g4fb66a8
+pkgver=4.0.0.22.ge176f5e
epoch=1
pkgrel=1
pkgdesc="Ohcount is a source code line counter."
-arch=('i686' 'x86_64')
-url="https://github.com/blackducksw/ohcount"
+arch=('x86_64')
+url="https://github.com/blackducksoftware/ohcount"
license=('GPL')
depends=('pcre')
makedepends=('git' 'bash' 'ruby' 'ragel' 'gperf')
provides=('ohcount')
conflicts=('ohcount')
install=
-source=('git+https://github.com/blackducksw/ohcount.git')
+source=('git+https://github.com/blackducksoftware/ohcount.git')
sha512sums=(SKIP)
pkgver() {