summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-03-09 00:55:06 +0800
committerPete Alexandrou2017-03-09 00:55:06 +0800
commita314d992170a36d4de6fda58f2b6d7c1a76d6750 (patch)
tree04ea4461c3b835f4ff820891e1d331f457fc5525
parentee05ed88364208b645904bcfe5d43b996b280f9d (diff)
downloadaur-a314d992170a36d4de6fda58f2b6d7c1a76d6750.tar.gz
fix for PyPi version num
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b77f24310283..4ceb49955899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidcutter
pkgdesc = the simple & fast video cutter & joiner with the help of mpv + FFmpeg
pkgver = 3.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://vidcutter.ozmartians.com
install = vidcutter.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 35dfc430892d..16946fbaa1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter
pkgver=3.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="the simple & fast video cutter & joiner with the help of mpv + FFmpeg"
arch=('any')
license=('GPL3')