summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5b13850428..a8b4c074090e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
- pkgver = 8.7.1
- pkgrel = 2
+ pkgver = 8.8.0
+ pkgrel = 1
url = https://webcamoid.github.io/
install = webcamoid.install
arch = i686
@@ -39,8 +39,8 @@ pkgbase = webcamoid
optdepends = kdesudo: Root privileges for virtual camera module
provides = webcamoid
conflicts = webcamoid-git
- source = webcamoid-8.7.1.tar.gz::https://github.com/webcamoid/webcamoid/archive/8.7.1.tar.gz
- sha256sums = e0c033b0421e3ee626456fcc6e7c39d322be646a96a53352f74c3b5dc5fd5435
+ source = webcamoid-8.8.0.tar.gz::https://github.com/webcamoid/webcamoid/archive/8.8.0.tar.gz
+ sha256sums = 77ed77cbaf57180247485646b81af30edcc89ee545bc241c23d8bd648464bf15
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index d21506ea8ff2..6943c88a73f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
pkgname=webcamoid
-pkgver=8.7.1
-pkgrel=2
+pkgver=8.8.0
+pkgrel=1
pkgdesc="Webcamoid is a full featured webcam capture application."
url='https://webcamoid.github.io/'
license=('GPL')
@@ -40,7 +40,7 @@ provides=('webcamoid')
conflicts=('webcamoid-git')
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('e0c033b0421e3ee626456fcc6e7c39d322be646a96a53352f74c3b5dc5fd5435')
+sha256sums=('77ed77cbaf57180247485646b81af30edcc89ee545bc241c23d8bd648464bf15')
build() {
cd "$srcdir/${pkgname}-${pkgver}"