summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-03-26 10:08:31 -0300
committerDaniel Bermond2017-03-26 10:08:31 -0300
commitb7cf08417540e28fa8d1f0ce8a28e7e50ea60d26 (patch)
treeea5cf30932a67b220685076213ae24f4c90cffbc
parent75f902984f545c761d50a147bd5b282d0b4c6fe4 (diff)
downloadaur-b7cf08417540e28fa8d1f0ce8a28e7e50ea60d26.tar.gz
Updated source URL
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e888e359c76a..82285dfcc57a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 26 13:06:11 UTC 2017
+# Sun Mar 26 13:07:51 UTC 2017
pkgbase = frei0r-plugins-git
pkgdesc = A minimalistic plugin API for video sources and filters (Git version)
pkgver = 1.5.r5.gb63f5db
- pkgrel = 4
+ pkgrel = 5
url = https://www.dyne.org/software/frei0r/
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = frei0r-plugins-git
depends = opencv
provides = frei0r-plugins
conflicts = frei0r-plugins
- source = frei0r-plugins-git::git://code.dyne.org/frei0r.git
+ source = frei0r-plugins-git::git+https://github.com/dyne/frei0r.git
sha256sums = SKIP
pkgname = frei0r-plugins-git
diff --git a/PKGBUILD b/PKGBUILD
index 6cb4202b1ee1..826a6e29497f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=frei0r-plugins-git
pkgver=1.5.r5.gb63f5db
-pkgrel=4
+pkgrel=5
pkgdesc="A minimalistic plugin API for video sources and filters (Git version)"
arch=('i686' 'x86_64')
url="https://www.dyne.org/software/frei0r/"
@@ -11,8 +11,7 @@ depends=('gcc-libs' 'gavl' 'cairo' 'opencv')
makedepends=('git')
provides=('frei0r-plugins')
conflicts=('frei0r-plugins')
-source=("$pkgname"::'git://code.dyne.org/frei0r.git')
-# source=("$pkgname"::'git+https://github.com/ddennedy/frei0r.git')
+source=("$pkgname"::'git+https://github.com/dyne/frei0r.git')
sha256sums=('SKIP')
pkgver() {