summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbt2016-10-06 17:46:17 +0300
committerfbt2016-10-06 17:46:17 +0300
commit02ce077666f288d2f0a3910563140bb3b74be29d (patch)
tree97aa5ff5beb24a151af71153a0166b1628982446
parent58c0ff7038cf20e2902220dd65c8c000a6a8a9f8 (diff)
downloadaur-02ce077666f288d2f0a3910563140bb3b74be29d.tar.gz
0.3.6
Signed-off-by: fbt <fbt@fleshless.org>
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55409188c213..a491f226ce7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 06:25:22 UTC 2016
+# Thu Oct 6 14:46:13 UTC 2016
pkgbase = freshplayerplugin
pkgdesc = PPAPI-host NPAPI-plugin adapter.
- pkgver = 0.3.5
- pkgrel = 2
+ pkgver = 0.3.6
+ pkgrel = 1
url = https://github.com/i-rinat/freshplayerplugin
install = freshplayerplugin.install
arch = i686
@@ -19,15 +19,12 @@ pkgbase = freshplayerplugin
depends = libgl
depends = v4l-utils
depends = ffmpeg
- 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
- optdepends = google-chrome-beta: for the necessary Pepper plugin
- optdepends = google-chrome-dev: for the necessary Pepper plugin
+ depends = icu
+ optdepends = pepper-flash: for the necessary Pepper plugin
conflicts = freshplayerplugin-git
- source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.5.tar.gz
+ source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.6.tar.gz
source = freshplayerplugin.install
- sha1sums = 9f76b38802697576856f880a0672257cc0a9544f
+ sha1sums = 255dc4ad0dbad26ed92e1b7dbdd615e75096b05f
sha1sums = 331a3b3877249eaf1c3db917bde1dea6c4d374ab
pkgname = freshplayerplugin
diff --git a/PKGBUILD b/PKGBUILD
index a7f280c6b0da..acaae96f8a49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
# Contributor: zman0900 <zman0900@gmail.com>
pkgname=freshplayerplugin
-pkgver=0.3.5
-pkgrel=2
+pkgver=0.3.6
+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' 'gtk3' 'libgl' 'v4l-utils' 'ffmpeg' )
+depends=( 'pango' 'alsa-lib' 'freetype2' 'libevent' 'gtk3' 'libgl' 'v4l-utils' 'ffmpeg' 'icu' )
makedepends=( 'cmake' 'ragel' )
conflicts=( 'freshplayerplugin-git' )
install="${pkgname}.install"
@@ -24,11 +24,7 @@ source=(
)
optdepends=(
- 'chromium-pepper-flash: for the necessary Pepper plugin'
- 'chromium-pepper-flash-standalone: for the necessary Pepper plugin'
- 'google-chrome: for the necessary Pepper plugin'
- 'google-chrome-beta: for the necessary Pepper plugin'
- 'google-chrome-dev: for the necessary Pepper plugin'
+ 'pepper-flash: for the necessary Pepper plugin'
)
build() {
@@ -47,5 +43,5 @@ package() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha1sums=('9f76b38802697576856f880a0672257cc0a9544f'
+sha1sums=('255dc4ad0dbad26ed92e1b7dbdd615e75096b05f'
'331a3b3877249eaf1c3db917bde1dea6c4d374ab')