summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndřej Hruška2019-06-23 10:07:50 +0200
committerOndřej Hruška2019-06-23 10:09:11 +0200
commitee56afc985548e1fe2fcb168c7c954bca40e109a (patch)
tree90dbb310cd4362a878ae88f4f00920c21f6cc508
parent6e482963d5a9c92dd7983ed51dda2090a0c35d5d (diff)
downloadaur-srtune-git.tar.gz
v 0.3 with fewer rust dependencies (faster build)
-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() {