summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent6e482963d5a9c92dd7983ed51dda2090a0c35d5d (diff)
downloadaur-srtune-git.tar.gz
v 0.3 with fewer rust dependencies (faster build)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {