summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b56f1705362..8e69107f2055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 03:28:02 UTC 2016
+# Fri May 13 14:27:41 UTC 2016
pkgbase = imageplay-git
pkgdesc = ImagePlay is a rapid prototyping application for image processing
pkgver = 6.0.0.r3.g4a81026
- pkgrel = 1
+ pkgrel = 2
url = http://imageplay.io
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = imageplay-git
depends = opencv
provides = imageplay
conflicts = imageplay
- source = git://github.com/cpvrlab/ImagePlay
+ source = git+https://github.com/cpvrlab/ImagePlay.git
sha256sums = SKIP
pkgname = imageplay-git
diff --git a/PKGBUILD b/PKGBUILD
index 85f1444d99c7..7fedeb3e0a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=imageplay-git
_reponame=ImagePlay
_binary=imageplay
pkgver=6.0.0.r3.g4a81026
-pkgrel=1
+pkgrel=2
pkgdesc="ImagePlay is a rapid prototyping application for image processing"
arch=('i686' 'x86_64')
url="http://imageplay.io"
@@ -12,7 +12,7 @@ depends=('qt5-base' 'freeimage' 'opencv')
makedepends=('git' 'qtchooser')
provides=('imageplay')
conflicts=('imageplay')
-source=("git://github.com/cpvrlab/${_reponame}")
+source=("git+https://github.com/cpvrlab/${_reponame}.git")
sha256sums=('SKIP')