summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a13e0d42a97c..885bd1a75397 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freshplayerplugin
pkgdesc = PPAPI-host NPAPI-plugin adapter.
- pkgver = 0.3.9
- pkgrel = 2
+ pkgver = 0.3.11
+ pkgrel = 1
url = https://github.com/i-rinat/freshplayerplugin
arch = i686
arch = x86_64
@@ -29,10 +29,8 @@ pkgbase = freshplayerplugin
depends = pango
depends = v4l-utils
depends = pepper-flash
- source = freshplayerplugin-0.3.9.tar.gz::https://github.com/i-rinat/freshplayerplugin/archive/v0.3.9.tar.gz
- source = use-AV-prefixed-macros.patch
- sha1sums = fc7ba6b860a126de15a6f26c2835a437774161e0
- sha1sums = 02bee874ade2aa8d679fd593618254e1b9f703c3
+ source = freshplayerplugin-0.3.11.tar.gz::https://github.com/i-rinat/freshplayerplugin/archive/v0.3.11.tar.gz
+ sha1sums = 55d43f0c045cc0b16aed1c39fc8aab6aba1e8c98
pkgname = freshplayerplugin
diff --git a/PKGBUILD b/PKGBUILD
index 94fa1f3b1ac8..0f6867649a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: zman0900 <zman0900@gmail.com>
pkgname=freshplayerplugin
-pkgver=0.3.9
-pkgrel=2
+pkgver=0.3.11
+pkgrel=1
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
arch=('i686' 'x86_64')
url='https://github.com/i-rinat/freshplayerplugin'
@@ -18,16 +18,11 @@ depends=('alsa-lib' 'cairo' 'ffmpeg' 'freetype2' 'glib2' 'icu' 'jack'
'libxcursor' 'libxrandr' 'libxrender' 'openssl' 'pango'
'v4l-utils' 'pepper-flash')
makedepends=('libdrm' 'cmake' 'ragel')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
- "use-AV-prefixed-macros.patch")
-sha1sums=('fc7ba6b860a126de15a6f26c2835a437774161e0'
- '02bee874ade2aa8d679fd593618254e1b9f703c3')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha1sums=('55d43f0c045cc0b16aed1c39fc8aab6aba1e8c98')
prepare() {
mkdir -p ${pkgname}-${pkgver}/build
-
- cd ${pkgname}-${pkgver}
- patch -p1 -i "${srcdir}/use-AV-prefixed-macros.patch"
}
build() {