summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiHuan2020-06-26 11:51:14 +0800
committerSiHuan2020-06-26 11:51:14 +0800
commit8a2dec346a6c70ac3aae89a356f6f7761808da36 (patch)
tree834d1311c75e0e2039f7cbb5fae95a2a7dafb378
parentdfa544d84a0df956fa5df637445ee21cd9695113 (diff)
downloadaur-8a2dec346a6c70ac3aae89a356f6f7761808da36.tar.gz
fix deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8229e3ca82..b4cca9791a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = thenewplayerfree-bin
license = unknown
depends = qt5-base
depends = qt5-multimedia
+ depends = libvdpau
+ depends = libva
source = https://github.com/sudormroot/thenewplayer_builds/releases/download/tnpfree_v1_6_1_amd64_linux/thenewplayerfree_linux_1.6.1-1_all.deb
sha512sums = d1c694013fdda6b4482ce10164bba0e60e6ab3d5a2e55b3d2f061c6e558da91df6e0ee22e1981873bdf10029f1ad6eddb84106d58152167af6a9995e8090bc8f
diff --git a/PKGBUILD b/PKGBUILD
index 56a859cf9e6c..cab684bceb92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=4
arch=('x86_64')
pkgdesc="The best video/streaming media player under UNIX"
url="https://github.com/sudormroot/thenewplayer_builds"
-depends=('qt5-base' 'qt5-multimedia')
+depends=('qt5-base' 'qt5-multimedia' 'libvdpau' 'libva')
license=('unknown')
source=("https://github.com/sudormroot/thenewplayer_builds/releases/download/tnpfree_v1_6_1_amd64_linux/thenewplayerfree_linux_1.6.1-1_all.deb")
sha512sums=('d1c694013fdda6b4482ce10164bba0e60e6ab3d5a2e55b3d2f061c6e558da91df6e0ee22e1981873bdf10029f1ad6eddb84106d58152167af6a9995e8090bc8f')