summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lima2017-09-08 19:50:49 -0300
committerDaniel Lima2017-09-08 19:50:53 -0300
commit7ac706502ebf73ffd43797d60374040bc8b202b4 (patch)
tree690c8e6b52d1ca9ce4add27e1c1838483588b2b7
parenta01510a3fc0d6be41f85e15fbbdd9dea83310499 (diff)
downloadaur-7ac706502ebf73ffd43797d60374040bc8b202b4.tar.gz
fetch trunk
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6ad6399ea4c..61b1b48d8290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 2 11:18:51 UTC 2016
+# Fri Sep 8 22:39:56 UTC 2017
pkgbase = ccv-samples
pkgdesc = Samples included in the CCV Library repository
- pkgver = 0.7.rc2
+ pkgver = 0.7.r1447
pkgrel = 1
url = http://libccv.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 11a5f1b944c8..d6f1e2485497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Daniel Lima <danielm@tinyhub.tk>
+# Maintainer: Daniel Lima <danielm@nanohub.tk>
pkgname=ccv-samples
-pkgver=0.7.rc2
+pkgver=0.7.r1447
pkgrel=1
pkgdesc='Samples included in the CCV Library repository'
arch=('i686' 'x86_64')
@@ -13,6 +13,11 @@ source=('svn+https://github.com/liuliu/ccv/trunk/samples'
sha256sums=('SKIP'
'SKIP')
+pkgver() {
+ cd $srcdir/samples
+ svn info | grep Revision | sed 's/Revision: /0.7.r/'
+}
+
package() {
install -D -m644 COPYING $pkgdir/usr/share/licenses/ccv/COPYING.samples
mkdir -p $pkgdir/usr/share/ccv