summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Bright2016-09-25 23:33:24 +0100
committerDan Bright2016-09-25 23:33:24 +0100
commit938a9c208cd468be5868ad5791a339af02feaf72 (patch)
tree426c16303d8743d2465d767eb954686ab5fc38be
parent6f3205be4979f3b00596933ef6553cc860294696 (diff)
downloadaur-938a9c208cd468be5868ad5791a339af02feaf72.tar.gz
Add feature to read and edit existing notes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1130eb8c7434..0373dd9fc6d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 13:41:35 UTC 2016
+# Sun Sep 25 22:31:07 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.4.1.r38
+ pkgver = 0.5.r42
pkgrel = 1
url = https://github.com/ZWS2014/VideoTagger
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 26fabc204581..393fa8e0b68d 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.4.1.r38 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
+pkgver=0.5.r42 # 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"