summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed578ee9947..4d1c69df8364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = srtune-git
pkgdesc = Fast and lightweight subtitle file manipulator capable of correcting time shift, drift, and cuts. (command line tool)
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://git.ondrovo.com/MightyPork/srtune
arch = i686
@@ -11,7 +11,7 @@ pkgbase = srtune-git
makedepends = rust
makedepends = cargo
makedepends = git
- source = git+https://git.ondrovo.com/MightyPork/srtune.git#tag=0.2
+ source = git+https://git.ondrovo.com/MightyPork/srtune.git#tag=0.3
md5sums = SKIP
pkgname = srtune-git
diff --git a/PKGBUILD b/PKGBUILD
index fee0d8cd4390..6efc0cf78002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Markus Richter <mqus at disroot dot org>
pkgname=srtune-git
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Fast and lightweight subtitle file manipulator capable of correcting time shift, drift, and cuts. (command line tool)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://git.ondrovo.com/MightyPork/srtune"
license=('MIT')
makedepends=('rust' 'cargo' 'git')
-source=("git+https://git.ondrovo.com/MightyPork/srtune.git#tag=0.2")
+source=("git+https://git.ondrovo.com/MightyPork/srtune.git#tag=0.3")
md5sums=('SKIP')
build() {