summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2020-10-19 02:43:43 -0300
committerAndré Kugland2020-10-19 02:43:43 -0300
commit4016b5599f2a6e58952f43dc27d5b823d1b107d9 (patch)
tree73e8156a6e16071fe7a4e19abf9dc11318615f12
parent8b3c9ffb2f7df346c6d085c0d06bd0f68cd9548a (diff)
downloadaur-4016b5599f2a6e58952f43dc27d5b823d1b107d9.tar.gz
0.4.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3881d44a3739..587352d4f466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-subsync
pkgdesc = Automagically synchronize subtitles with video
- pkgver = 0.4.5
+ pkgver = 0.4.8
pkgrel = 1
url = https://github.com/smacke/ffsubsync
arch = any
@@ -19,8 +19,8 @@ pkgbase = python-subsync
depends = python-rich
depends = python-pysubs2
provides = subsync
- source = https://github.com/smacke/ffsubsync/archive/0.4.5.tar.gz
- sha256sums = 7e7fa844cdde88ffcac553166a3577df81481d8b82c4f3357f184b9744ada0f2
+ source = https://github.com/smacke/ffsubsync/archive/0.4.8.tar.gz
+ sha256sums = f72e918e5d679f8c7cd7376778dc4b65489963b33a632fecb0b071f455437d6e
pkgname = python-subsync
diff --git a/PKGBUILD b/PKGBUILD
index 3b499121fa79..f3a14a053005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-subsync"
_pkgname="ffsubsync"
-pkgver=0.4.5
+pkgver=0.4.8
pkgrel=1
pkgdesc='Automagically synchronize subtitles with video'
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/smacke/ffsubsync"
license=('MIT')
provides=('subsync')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7e7fa844cdde88ffcac553166a3577df81481d8b82c4f3357f184b9744ada0f2')
+sha256sums=('f72e918e5d679f8c7cd7376778dc4b65489963b33a632fecb0b071f455437d6e')
depends=(
'python>=3.6'
'python-argparse'