summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafal Bolanowski2016-03-25 19:32:05 +0100
committerRafal Bolanowski2016-03-25 19:32:05 +0100
commitf8d37c42f1693789776378c446d47cda7dbbf20a (patch)
tree4f3fb23167e98a12feb5d63c82ac400d071b49df
parent93adb7349e03b2bee7786a7c18146e7fff412b47 (diff)
downloadaur-f8d37c42f1693789776378c446d47cda7dbbf20a.tar.gz
updated to 2.1.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 610320f86cce..06e50ee38239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafal Bolanowski <robin92pl@gmail.com>
pkgname=subconvert
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="Movie subtitles converter"
arch=('any')
@@ -9,8 +9,8 @@ license=('GPL3')
depends=('python>=3.2' 'python-pyqt5>=5.5' 'python-chardet>=2.3' 'mplayer' 'gettext>=0.19')
makedepends=('intltool')
checkdepends=('python-nose')
-source=("https://github.com/mgoral/subconvert/archive/2.0.0.tar.gz")
-sha1sums=('bb0bd87c35a55d70e3a510830ebe9c6f3524b9ee')
+source=("https://github.com/mgoral/$pkgname/archive/$pkgver.tar.gz")
+sha1sums=('c583da37dc9b7ec0807d2e5058c2db8d4abe5e62')
build() {
cd "$pkgname-$pkgver"