summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {