summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e88a08e6f818..d6246071a79f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = web-to-webm
pkgdesc = Gui tool for extracting webm clips from Youtube and many other video hosting services
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://solusipse.github.io/web-to-webm/
arch = i686
arch = x86_64
license = MIT
depends = youtube-dl
depends = ffmpeg
- depends = qt5-base
+ depends = qt5-webkit
source = https://github.com/solusipse/web-to-webm/archive/0.7.2.tar.gz
sha256sums = e97327b5ec2fbdaf67b945357bb188fd2451a831463d73bdb81aadc4f6a2b5e1
pkgname = web-to-webm
-
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")