summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2016-03-13 17:54:52 -0300
committerGonzalo Exequiel Pedone2016-03-13 17:54:52 -0300
commita97a06c2d1272b02e9878bb9f90748678350b6fb (patch)
treebab6d736aef50e678be2d7c5101e24bb10dc22e5
parent53c045d42e4904e2945b30dfdcb5ea072c2911e1 (diff)
downloadaur-a97a06c2d1272b02e9878bb9f90748678350b6fb.tar.gz
URL updated.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87054f315872..eb7d5dbffa34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# jue feb 25 19:38:31 UTC 2016
+# dom mar 13 20:54:07 UTC 2016
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
pkgver = 7.0.0
- pkgrel = 2
- url = https://github.com/hipersayanX/webcamoid
+ pkgrel = 3
+ url = https://webcamoid.github.io/
arch = i686
arch = x86_64
arch = armv6h
@@ -17,7 +17,7 @@ pkgbase = webcamoid
depends = ffmpeg
optdepends = v4l2loopback-dkms: Virtual camera support
provides = webcamoid
- source = https://github.com/hipersayanX/webcamoid/archive/7.0.0.tar.gz
+ source = https://github.com/webcamoid/webcamoid/archive/7.0.0.tar.gz
sha256sums = 887ef914e4f6a73c4827b392272cc92b228c8e595123ce410d936ea6c1d597e9
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index 9920e4d077c5..cc067ad59bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=webcamoid
pkgver=7.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Webcamoid is a full featured webcam capture application."
-url='https://github.com/hipersayanX/webcamoid'
+url='https://webcamoid.github.io/'
license=('GPL')
arch=('i686' 'x86_64' 'armv6h')
depends=('qt5-quickcontrols' 'qt5-svg' 'libpulse' 'v4l-utils' 'ffmpeg')
@@ -19,7 +19,7 @@ optdepends=('v4l2loopback-dkms: Virtual camera support')
# 'gst-plugins-ugly')
makedepends=('qt5-tools')
provides=('webcamoid')
-source=("https://github.com/hipersayanX/${pkgname}/archive/${pkgver}.tar.gz")
+source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('887ef914e4f6a73c4827b392272cc92b228c8e595123ce410d936ea6c1d597e9')
build() {