summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed36370a607c..769a616d88ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
-# Generated by mksrcinfo v8
-# Tue Sep 20 23:27:40 UTC 2016
pkgbase = lcov-git
pkgdesc = Latest snapshot of lcov, a front-end for GCC's coverage testing tool gcov
- pkgver = r285.68320d9
+ pkgver = r325.75fbae1
pkgrel = 1
url = http://ltp.sourceforge.net/coverage/lcov.php
arch = any
license = GPL
depends = perl
+ depends = perl-json
+ depends = perl-perlio-gzip
+ provides = lcov
conflicts = lcov
source = git://github.com/linux-test-project/lcov.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce06a9bc9e91..c4fe1f5dea7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,19 @@
# you should probably just stick with the aur/lcov package.
#
pkgname=lcov-git
-pkgver=r285.68320d9
+pkgver=r325.75fbae1
pkgrel=1
pkgdesc="Latest snapshot of lcov, a front-end for GCC's coverage testing tool gcov"
arch=('any')
url="http://ltp.sourceforge.net/coverage/lcov.php"
license=('GPL')
-depends=('perl')
+depends=(
+ 'perl'
+ 'perl-json'
+ 'perl-perlio-gzip'
+)
conflicts=('lcov')
+provides=('lcov')
source=('git://github.com/linux-test-project/lcov.git')
md5sums=('SKIP')