summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Krzemiński2015-08-27 12:11:48 +0200
committerPiotr Krzemiński2015-08-27 12:11:48 +0200
commitcdcdfb92c7c2d763c21e3bd48ce8dc53c6ebda3b (patch)
treea2653ee583f7bf036da82aa18200378f79760dd2
parent7c950d9c0a9e3e8f8581bd3ebce20051e7044a0a (diff)
downloadaur-cdcdfb92c7c2d763c21e3bd48ce8dc53c6ebda3b.tar.gz
added ffmpeg to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 649109dabcb6..3ce6ab529a36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = qnapi
pkgdesc = Qt5 client for downloading movie subtitles from NapiProjekt, OpenSubtitles, Napisy24
pkgver = 0.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/QNapi/qnapi
changelog = ChangeLog
arch = i686
arch = x86_64
license = GPL
depends = qt5-base
+ depends = ffmpeg
source = qnapi-0.1.9.tar.gz::https://github.com/QNapi/qnapi/releases/download/0.1.9/qnapi-0.1.9.tar.gz
sha256sums = ea1d5056e2bfbe9a2feea928388bd411bac64b9b19327c73946c7d4dd0c9ec9b
diff --git a/PKGBUILD b/PKGBUILD
index 6941de809be8..2423a810550c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=qnapi
pkgver=0.1.9
-pkgrel=1
+pkgrel=2
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')
+depends=('qt5-base' 'ffmpeg')
changelog=ChangeLog
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/QNapi/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('ea1d5056e2bfbe9a2feea928388bd411bac64b9b19327c73946c7d4dd0c9ec9b')