summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e98ff3ff9eda..919fd2ff285c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freshplayerplugin-git
pkgdesc = PPAPI-host NPAPI-plugin adapter.
- pkgver = 0.3.5.r21.g4776eeb
+ pkgver = 0.3.5.r24.gc0510ba
pkgrel = 1
url = https://github.com/i-rinat/freshplayerplugin
install = freshplayerplugin-git.install
@@ -14,11 +14,12 @@ pkgbase = freshplayerplugin-git
depends = alsa-lib
depends = freetype2
depends = libevent
- depends = gtk2
depends = libgl
depends = v4l-utils
depends = ffmpeg
depends = icu
+ depends = libxrandr
+ depends = libxcursor
optdepends = chromium-pepper-flash: for the necessary Pepper plugin
optdepends = chromium-pepper-flash-standalone: for the necessary Pepper plugin
optdepends = google-chrome: for the necessary Pepper plugin
diff --git a/PKGBUILD b/PKGBUILD
index 906354459f73..e60a97cd1e52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
# Contributor: zman0900 <zman0900@gmail.com>
pkgname=freshplayerplugin-git
-pkgver=0.3.5.r21.g4776eeb
+pkgver=0.3.5.r24.gc0510ba
pkgrel=1
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
arch=('i686' 'x86_64')
url='https://github.com/i-rinat/freshplayerplugin'
license=('MIT')
-depends=('pango' 'alsa-lib' 'freetype2' 'libevent' 'gtk2' 'libgl' 'v4l-utils' 'ffmpeg' 'icu')
+depends=('pango' 'alsa-lib' 'freetype2' 'libevent' 'libgl' 'v4l-utils' 'ffmpeg' 'icu' 'libxrandr' 'libxcursor')
makedepends=('cmake' 'ragel' 'git')
conflicts=('freshplayerplugin')
source=("${pkgname}::git+${url}")