summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc17c1875869..2367b3480f16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# mar jul 19 15:40:22 UTC 2016
+# mar ago 30 18:59:24 UTC 2016
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
- pkgver = 7.2.0
+ pkgver = 7.2.1
pkgrel = 1
url = https://webcamoid.github.io/
arch = i686
@@ -17,8 +17,8 @@ pkgbase = webcamoid
depends = ffmpeg
optdepends = v4l2loopback-dkms: Virtual camera support
provides = webcamoid
- source = https://github.com/webcamoid/webcamoid/archive/7.2.0.tar.gz
- sha256sums = 667e788ea7639979804cf83c47640f47cab3e141e0e7c1b2a015c3e82cbd4233
+ source = https://github.com/webcamoid/webcamoid/archive/7.2.1.tar.gz
+ sha256sums = d6fc13352a0e5f5ab4f910f69a7f4e3bedf0655193f833e3443a0ae6b0142a3d
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index 96434e95c54d..a5df4702436e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
pkgname=webcamoid
-pkgver=7.2.0
+pkgver=7.2.1
pkgrel=1
pkgdesc="Webcamoid is a full featured webcam capture application."
url='https://webcamoid.github.io/'
@@ -20,7 +20,7 @@ optdepends=('v4l2loopback-dkms: Virtual camera support')
makedepends=('qt5-tools')
provides=('webcamoid')
source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('667e788ea7639979804cf83c47640f47cab3e141e0e7c1b2a015c3e82cbd4233')
+sha256sums=('d6fc13352a0e5f5ab4f910f69a7f4e3bedf0655193f833e3443a0ae6b0142a3d')
build() {
cd "$srcdir/${pkgname}-${pkgver}"