summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2021-10-07 17:16:17 +0200
committerMichal Wojdyla2021-10-07 17:16:17 +0200
commit3391430780a95ade029479080f3fa81ba2075309 (patch)
treeb65d648c39e1c2c49e722dfa3521639b71a78464 /PKGBUILD
parent6a680bf0364905a1293b7e212fc62c6d4f86ee31 (diff)
downloadaur-web-to-webm.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d35c8102d0f4..0e71528fd861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Jon Ribeiro <contact@jonathas.com>
+# Contributor: Jon Ribeiro <contact@jonathas.com>
pkgname=web-to-webm
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Gui tool for extracting webm clips from Youtube and many other video hosting services"
arch=("i686" "x86_64")
url="https://solusipse.github.io/web-to-webm/"
license=('MIT')
-depends=('youtube-dl' 'ffmpeg' 'qt5-base')
+depends=('youtube-dl' 'ffmpeg' 'qt5-webkit')
source=("https://github.com/solusipse/${pkgname}/archive/${pkgver}.tar.gz")