summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-10-01 18:06:04 -0300
committerGonzalo Exequiel Pedone2019-10-01 18:06:04 -0300
commit5958f3d311852b0aa3102ada9fef94090fa3e005 (patch)
tree1c64b747513cac32c98c342b7b3d9c5dd07c76aa
parentcad90b476c8b1f71cdbd28986b38573e4a50bd08 (diff)
downloadaur-5958f3d311852b0aa3102ada9fef94090fa3e005.tar.gz
Updated to 8.7.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e582c2d5d76..3587e201fa5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# mar mar 26 15:22:05 UTC 2019
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
- pkgver = 8.6.1
+ pkgver = 8.7.0
pkgrel = 1
url = https://webcamoid.github.io/
install = webcamoid.install
@@ -41,8 +39,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.1.tar.gz
- sha256sums = 58c07ef6bf5acf676f7a794e4b3c96a8f73d4a17153505f06161e57c0e31ae7b
+ source = https://github.com/webcamoid/webcamoid/archive/8.7.0.tar.gz
+ sha256sums = 6fb9c55b574f06700802f10a5c20105c6c53ba4da43d842d1580bcefe7e9dbe6
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index 7cb49c617036..466d1cc3384b 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.1
+pkgver=8.7.0
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=('58c07ef6bf5acf676f7a794e4b3c96a8f73d4a17153505f06161e57c0e31ae7b')
+sha256sums=('6fb9c55b574f06700802f10a5c20105c6c53ba4da43d842d1580bcefe7e9dbe6')
build() {
cd "$srcdir/${pkgname}-${pkgver}"