summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2020-04-27 22:28:46 +0700
committerJunker2020-04-27 22:28:46 +0700
commit1707829ac626b1d72da31257f8cdcb38ca8a1bcf (patch)
treefa34968540c14b958522f548dbbe2899a05caf32
parent0d854e2f753168b81dd91b280c2b05c549969980 (diff)
downloadaur-1707829ac626b1d72da31257f8cdcb38ca8a1bcf.tar.gz
update to 0.1.1 version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de454911e50c..8ab0d58e83aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cctv-watcher
pkgdesc = Application for CCTV cameras monitoring
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.1.1
+ pkgrel = 1
url = https://github.com/Junker/cctv-watcher
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = cctv-watcher
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
+ source = https://github.com/Junker/cctv-watcher/archive/0.1.1.zip
+ md5sums = 1a5313835b2798274195ebb5b1e5b930
pkgname = cctv-watcher
diff --git a/PKGBUILD b/PKGBUILD
index d2c4e9818174..6eb8a8f008be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cctv-watcher
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc="Application for CCTV cameras monitoring"
url="https://github.com/Junker/cctv-watcher"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('GPL-3')
makedepends=('vala' 'meson' 'ninja')
depends=('gtk3' 'libgee' 'gstreamer' 'gst-plugins-base' 'gst-libav' 'gst-plugin-gtk')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('4f7c85be8ef725bb149e98836c35b3cf')
+md5sums=('1a5313835b2798274195ebb5b1e5b930')
build() {
cd $srcdir/${pkgname}-$pkgver