summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5bf4b134bc1..d6ad6399ea4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 2 11:17:05 UTC 2016
+# Mon May 2 11:18:51 UTC 2016
pkgbase = ccv-samples
pkgdesc = Samples included in the CCV Library repository
pkgver = 0.7.rc2
@@ -9,7 +9,6 @@ pkgbase = ccv-samples
arch = x86_64
license = BSD3
makedepends = subversion
- makedepends = gcc
source = svn+https://github.com/liuliu/ccv/trunk/samples
source = https://raw.githubusercontent.com/liuliu/ccv/stable/COPYING
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bda6ef762575..11a5f1b944c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Samples included in the CCV Library repository'
arch=('i686' 'x86_64')
url='http://libccv.org/'
license=('BSD3')
-makedepends=('subversion' 'gcc')
+makedepends=('subversion')
source=('svn+https://github.com/liuliu/ccv/trunk/samples'
'https://raw.githubusercontent.com/liuliu/ccv/stable/COPYING')
sha256sums=('SKIP'