summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb385a020fc5..8add082545fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# mar sep 12 11:59:22 UTC 2017
+# mar oct 10 18:43:59 UTC 2017
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
- pkgver = 8.0.0
- pkgrel = 2
+ pkgver = 8.1.0
+ pkgrel = 1
url = https://webcamoid.github.io/
install = webcamoid.install
arch = i686
@@ -32,8 +32,8 @@ pkgbase = webcamoid
optdepends = kde-cli-tools: Root privileges for virtual camera module (Recommended)
optdepends = gksu: Root privileges for virtual camera module
provides = webcamoid
- source = https://github.com/webcamoid/webcamoid/archive/8.0.0.tar.gz
- sha256sums = aef868c7300aad262285bc9c34e510513475ead130d2612008486d86ec25321c
+ source = https://github.com/webcamoid/webcamoid/archive/8.1.0.tar.gz
+ sha256sums = 2e51731c36a86a4b3e323c11000a04b7ce06b5d228519676f4070e44e2a62947
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index a7738ed748cd..ad4869ec445b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
pkgname=webcamoid
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.1.0
+pkgrel=1
pkgdesc="Webcamoid is a full featured webcam capture application."
url='https://webcamoid.github.io/'
license=('GPL')
@@ -31,7 +31,7 @@ makedepends=('v4l-utils'
provides=('webcamoid')
install="${pkgname}.install"
source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('aef868c7300aad262285bc9c34e510513475ead130d2612008486d86ec25321c')
+sha256sums=('2e51731c36a86a4b3e323c11000a04b7ce06b5d228519676f4070e44e2a62947')
build() {
cd "$srcdir/${pkgname}-${pkgver}"