summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Bright2016-09-10 17:11:17 +0100
committerDan Bright2016-09-10 17:11:17 +0100
commit5719e9704255a3fc5e399b2ed1a8254a025baf76 (patch)
tree505ca38789424d4f1fe20f5198485d281904805b
parentb28bc34c9d0c45e63d9cf46e2f8b1377523cd9ee (diff)
downloadaur-5719e9704255a3fc5e399b2ed1a8254a025baf76.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--[-rwxr-xr-x]PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ad5bbab6621..455629da9ac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 10 15:21:11 UTC 2016
+# Sat Sep 10 16:10:57 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.1.r9
+ pkgver = 0.1.2.r13
pkgrel = 1
url = https://github.com/ZWS2014/VideoTagger
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3b8c90cfe601..c19c85d26eab 100755..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.1.r9 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
+pkgver=0.1.2.r13 # 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"