summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaef65486738..f5df398fc647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cctv-watcher
pkgdesc = Application for CCTV cameras monitoring
- pkgver = 0.2.0
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/Junker/cctv-watcher
arch = i686
@@ -16,8 +16,7 @@ pkgbase = cctv-watcher
depends = gst-libav
depends = gst-plugin-gtk
depends = libgudev
- source = https://github.com/Junker/cctv-watcher/archive/0.2.0.zip
- md5sums = 7c59462685f78d848ba2f7e3d790f2d2
+ source = https://github.com/Junker/cctv-watcher/archive/0.3.2.zip
+ md5sums = 9e1bfa085faf31c49f3f0ac70a97e59c
pkgname = cctv-watcher
-
diff --git a/PKGBUILD b/PKGBUILD
index c8b97d356aac..45d584d25f5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cctv-watcher
-pkgver=0.2.0
+pkgver=0.3.2
pkgrel=1
pkgdesc="Application for CCTV cameras monitoring"
url="https://github.com/Junker/cctv-watcher"
@@ -8,7 +8,7 @@ license=('GPL-3')
makedepends=('vala' 'meson' 'ninja')
depends=('gtk3' 'libgee' 'gstreamer' 'gst-plugins-base' 'gst-libav' 'gst-plugin-gtk' 'libgudev')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('7c59462685f78d848ba2f7e3d790f2d2')
+md5sums=('9e1bfa085faf31c49f3f0ac70a97e59c')
build() {
cd $srcdir/${pkgname}-$pkgver