summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Bright2016-09-10 20:24:11 +0100
committerDan Bright2016-09-10 20:24:11 +0100
commit0a2f5781a5369cb1a2d357d02e3c7735d78c6292 (patch)
tree34080ba2365ecda8a6f12f702d3faa70f385d902
parent8d230ed7b14b694294773a67ba26e4242c7150f8 (diff)
downloadaur-0a2f5781a5369cb1a2d357d02e3c7735d78c6292.tar.gz
README update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c8124b16f9..bf9642f65b4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 10 18:54:36 UTC 2016
+# Sat Sep 10 19:23:48 UTC 2016
pkgbase = videotagger
pkgdesc = NOTE: THIS IS BETA. USE AT YOUR OWN RISK. GTK 3.x research tool application to take timestamped tags/notes of streamed or locally played video clips. The application controls and uses MPV player.
- pkgver = 0.1.2.r14
+ pkgver = 0.1.2.r16
pkgrel = 1
url = https://github.com/ZWS2014/VideoTagger
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0fbe13b2eb60..09d9aec0f84b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Bright <productions at zaziork dot com>
pkgname=videotagger
pkgrel=1 # package release (reset to 1 when new package version released (pkgver)
-pkgver=0.1.2.r14 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
+pkgver=0.1.2.r16 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
pkgdesc="NOTE: THIS IS BETA. USE AT YOUR OWN RISK. GTK 3.x research tool application to take timestamped tags/notes of streamed or locally played video clips. The application controls and uses MPV player."
arch=('any')
url="https://github.com/ZWS2014/VideoTagger"