summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cccd94bf9a27..de454911e50c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cctv-watcher
pkgdesc = Application for CCTV cameras monitoring
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Junker/cctv-watcher
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = cctv-watcher
depends = gstreamer
depends = gst-plugins-base
depends = gst-libav
+ depends = gst-plugin-gtk
source = https://github.com/Junker/cctv-watcher/archive/0.1.0.zip
md5sums = 4f7c85be8ef725bb149e98836c35b3cf
diff --git a/PKGBUILD b/PKGBUILD
index cb77e56f5f65..d2c4e9818174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=cctv-watcher
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Application for CCTV cameras monitoring"
url="https://github.com/Junker/cctv-watcher"
arch=('i686' 'x86_64')
license=('GPL-3')
makedepends=('vala' 'meson' 'ninja')
-depends=('gtk3' 'libgee' 'gstreamer' 'gst-plugins-base' 'gst-libav')
+depends=('gtk3' 'libgee' 'gstreamer' 'gst-plugins-base' 'gst-libav' 'gst-plugin-gtk')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
md5sums=('4f7c85be8ef725bb149e98836c35b3cf')