summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2fb3ccf10b8..2bc4ef35b82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 23:28:39 UTC 2015
+# Sun Mar 5 06:08:53 UTC 2017
pkgbase = cvblob
pkgdesc = A computer vision library to detect connected regions in binary digital images.
pkgver = 0.10.4
- pkgrel = 2
- url = http://code.google.com/p/cvblob/
+ pkgrel = 3
+ url = https://github.com/harshjv/cvblob
arch = i686
arch = x86_64
license = LGPL
makedepends = cmake>=2.0.0
depends = opencv
provides = cvblob
- source = http://cvblob.googlecode.com/files/cvblob-0.10.4-src.tgz
- md5sums = 9d5e360c6de6fce36e95f5d64b67b9b1
+ source = git+https://github.com/harshjv/cvblob#tag=0.10.4
+ sha256sums = SKIP
pkgname = cvblob
diff --git a/PKGBUILD b/PKGBUILD
index 0c3d27f029e8..6091ca6f2e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Sean Greenslade <aur AT seangreenslade.com>
pkgname=cvblob
pkgver=0.10.4
-pkgrel=2
+pkgrel=3
pkgdesc="A computer vision library to detect connected regions in binary digital images."
arch=('i686' 'x86_64')
-url="http://code.google.com/p/cvblob/"
+url="https://github.com/harshjv/cvblob"
license=('LGPL')
groups=()
depends=('opencv')
@@ -18,9 +18,9 @@ backup=()
options=()
install=
changelog=
-source=("http://cvblob.googlecode.com/files/$pkgname-$pkgver-src.tgz")
+source=('git+https://github.com/harshjv/cvblob#tag=0.10.4')
noextract=()
-md5sums=('9d5e360c6de6fce36e95f5d64b67b9b1')
+sha256sums=('SKIP')
build() {
cd "$srcdir/$pkgname"