summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-12-11 21:56:55 +0000
committerWorMzy Tykashi2017-12-11 21:56:55 +0000
commitb8586df987841f92182a8c9388cfb850758b8ba8 (patch)
tree8fd246265ebe84ad36d02685cbb04546629f173f
parent788fb20e20aa1e8092aedd0ba2ac49e0b19da509 (diff)
downloadaur-b8586df987841f92182a8c9388cfb850758b8ba8.tar.gz
Updated to 0.3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3866d54c0784..782478f677dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freshplayerplugin
pkgdesc = PPAPI-host NPAPI-plugin adapter.
- pkgver = 0.3.7
+ pkgver = 0.3.8
pkgrel = 1
url = https://github.com/i-rinat/freshplayerplugin
arch = i686
@@ -29,8 +29,8 @@ pkgbase = freshplayerplugin
depends = pango
depends = v4l-utils
depends = pepper-flash
- source = freshplayerplugin-0.3.7.tar.gz::https://github.com/i-rinat/freshplayerplugin/archive/v0.3.7.tar.gz
- sha1sums = e7f9bf791a3d70e386eb98f3e7c6478a891bff29
+ source = freshplayerplugin-0.3.8.tar.gz::https://github.com/i-rinat/freshplayerplugin/archive/v0.3.8.tar.gz
+ sha1sums = b2fd7b47f5896eb25acc1cd0aa9ea428c6743828
pkgname = freshplayerplugin
diff --git a/PKGBUILD b/PKGBUILD
index 0f4d2b98eb55..20314cd13769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: zman0900 <zman0900@gmail.com>
pkgname=freshplayerplugin
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ depends=('alsa-lib' 'cairo' 'ffmpeg' 'freetype2' 'glib2' 'icu' 'jack'
'v4l-utils' 'pepper-flash')
makedepends=('libdrm' 'cmake' 'ragel')
source=($pkgname-$pkgver.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha1sums=('e7f9bf791a3d70e386eb98f3e7c6478a891bff29')
+sha1sums=('b2fd7b47f5896eb25acc1cd0aa9ea428c6743828')
build() {
cd "${pkgname}-${pkgver}"