summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2020-03-25 22:40:15 +0700
committerJunker2020-03-25 22:40:15 +0700
commit0d854e2f753168b81dd91b280c2b05c549969980 (patch)
tree2b00acb615ed21f8ecb22efbe27e7cf9f679cb03
parent62e52133c0008ed754be7aa62c87a1517afe83f8 (diff)
downloadaur-0d854e2f753168b81dd91b280c2b05c549969980.tar.gz
add 'gst-plugin-gtk' dependency
-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')