summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Bright2016-09-18 18:59:02 +0100
committerDan Bright2016-09-18 18:59:02 +0100
commit2f8c28ad2d2b760ca76011830a513c0fc0765608 (patch)
tree21182afdf1ac53200f3cfb9582c14a77ab8ccaab
parenta04f24587f99b41ca8385675c88711ef4fbfb0f3 (diff)
downloadaur-2f8c28ad2d2b760ca76011830a513c0fc0765608.tar.gz
Removed GUI progress bar and replaced with implementation of MPV OSC (lua)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaec277019d4..3fd1f5392cf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 17 01:35:09 UTC 2016
+# Sun Sep 18 17:58:27 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.3.r28
+ pkgver = 0.4.r37
pkgrel = 1
url = https://github.com/ZWS2014/VideoTagger
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index b1b58aae6166..506ab68e865a 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.3.r28 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
+pkgver=0.4.r37 # 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"