summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adfd12c2ea14..1131fdb2d21e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cctv-viewer-git
pkgdesc = A simple Qt application for simultaneously viewing multiple video streams. Designed for high performance and low latency. Based on ffmpeg.
- pkgver = 0.1
+ pkgver = 0.1.8
pkgrel = 1
epoch = 0
url = https://github.com/iEvgeny/cctv-viewer
@@ -28,4 +28,3 @@ pkgbase = cctv-viewer-git
sha1sums = SKIP
pkgname = cctv-viewer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e73fc4e2c49a..d6062f4c53b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,7 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: Zajoe <zajoe223@gmail.com>
_pkgname=cctv-viewer
pkgname=${_pkgname}-git
-pkgver=0.1
+pkgver=0.1.8
pkgrel=1
epoch=0
pkgdesc="A simple Qt application for simultaneously viewing multiple video streams. Designed for high performance and low latency. Based on ffmpeg."