summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-03-26 12:22:56 -0300
committerGonzalo Exequiel Pedone2019-03-26 12:22:56 -0300
commitcad90b476c8b1f71cdbd28986b38573e4a50bd08 (patch)
tree679ab6698ee4654702274775649f41d02a93c418
parentd992c306e157e2c607fb20fd1d428bd4a2f42a7d (diff)
downloadaur-cad90b476c8b1f71cdbd28986b38573e4a50bd08.tar.gz
Updated to Webcamoid 8.6.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14b970a40a2e..4e582c2d5d76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# jue mar 7 14:10:48 UTC 2019
+# mar mar 26 15:22:05 UTC 2019
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
- pkgver = 8.6.0
+ pkgver = 8.6.1
pkgrel = 1
url = https://webcamoid.github.io/
install = webcamoid.install
@@ -41,8 +41,8 @@ pkgbase = webcamoid
optdepends = kdesudo: Root privileges for virtual camera module
provides = webcamoid
conflicts = webcamoid-git
- source = https://github.com/webcamoid/webcamoid/archive/8.6.0.tar.gz
- sha256sums = 38a4ec112e5651992a5582fdf0f342126ea74d8ec519fbc3e705b3213c29b79a
+ source = https://github.com/webcamoid/webcamoid/archive/8.6.1.tar.gz
+ sha256sums = 58c07ef6bf5acf676f7a794e4b3c96a8f73d4a17153505f06161e57c0e31ae7b
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index f2c02916abc4..7cb49c617036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
pkgname=webcamoid
-pkgver=8.6.0
+pkgver=8.6.1
pkgrel=1
pkgdesc="Webcamoid is a full featured webcam capture application."
url='https://webcamoid.github.io/'
@@ -40,7 +40,7 @@ provides=('webcamoid')
conflicts=('webcamoid-git')
install="${pkgname}.install"
source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('38a4ec112e5651992a5582fdf0f342126ea74d8ec519fbc3e705b3213c29b79a')
+sha256sums=('58c07ef6bf5acf676f7a794e4b3c96a8f73d4a17153505f06161e57c0e31ae7b')
build() {
cd "$srcdir/${pkgname}-${pkgver}"