summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2017-09-12 09:00:38 -0300
committerGonzalo Exequiel Pedone2017-09-12 09:00:38 -0300
commite63d2873559372be1c897e62e9aa753ed636529b (patch)
tree3ce77b45206152910e5762928c11bdc55077e794
parentdde7cc592b334849d7d330fc77a2f9388cb77e80 (diff)
downloadaur-e63d2873559372be1c897e62e9aa753ed636529b.tar.gz
Fixed sha256sum.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e141cbcf6ea..bb385a020fc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# mar may 16 05:39:35 UTC 2017
+# mar sep 12 11:59:22 UTC 2017
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
pkgver = 8.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://webcamoid.github.io/
install = webcamoid.install
arch = i686
@@ -33,7 +33,7 @@ pkgbase = webcamoid
optdepends = gksu: Root privileges for virtual camera module
provides = webcamoid
source = https://github.com/webcamoid/webcamoid/archive/8.0.0.tar.gz
- sha256sums = 85a30805f969b76ec78b47fa1f6901c4f1d0f2c5ca8ecf406dca91c0bede0df1
+ sha256sums = aef868c7300aad262285bc9c34e510513475ead130d2612008486d86ec25321c
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index c3426e40bfe1..a7738ed748cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=webcamoid
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
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=('85a30805f969b76ec78b47fa1f6901c4f1d0f2c5ca8ecf406dca91c0bede0df1')
+sha256sums=('aef868c7300aad262285bc9c34e510513475ead130d2612008486d86ec25321c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"