summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce4112840dfe..9b7681e95098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Piotr KrzemiƄski <pio.krzeminski@gmail.com>
pkgname=qnapi
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Qt5 client for downloading movie subtitles from NapiProjekt, OpenSubtitles, Napisy24"
arch=('i686' 'x86_64')
url="https://github.com/QNapi/${pkgname}"
license=('GPL')
-depends=('qt5-base' 'ffmpeg')
+depends=('qt5-base' 'libmediainfo')
changelog=ChangeLog
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/QNapi/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c7718a8844b930d5483850947b4b005d0264511314a4e69929aaac320fca48f1')
+sha256sums=('48241041eb9a92203885b1083e40a57f4f3a1674036b44d6539aade333d73b69')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"