summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbt2015-07-05 23:35:01 +0300
committerfbt2015-07-05 23:35:01 +0300
commitf48fc3d98dca75b0d4b9a4d731c3d876c99bde83 (patch)
tree88d7746248bd71a415622595c5239abced07052d
parentef192439689b051389d91304004c44c02c24bae6 (diff)
downloadaur-f48fc3d98dca75b0d4b9a4d731c3d876c99bde83.tar.gz
0.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49cc30d65b13..56b05639cdd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freshplayerplugin
pkgdesc = PPAPI-host NPAPI-plugin adapter.
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/i-rinat/freshplayerplugin
install = freshplayerplugin.install
arch = i686
@@ -24,9 +24,9 @@ pkgbase = freshplayerplugin
optdepends = google-chrome-beta: for the necessary Pepper plugin
optdepends = google-chrome-dev: for the necessary Pepper plugin
conflicts = freshplayerplugin-git
- source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.0.tar.gz
+ source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.1.tar.gz
source = freshplayerplugin.install
- sha1sums = e0a5897942c26e05294f42a894347768bccb1b41
+ sha1sums = 9d80eeefb45bede2b6ba97e06bcad1e9e5193a04
sha1sums = 331a3b3877249eaf1c3db917bde1dea6c4d374ab
pkgname = freshplayerplugin
diff --git a/PKGBUILD b/PKGBUILD
index cdbafc47c4b8..5edd21d0775d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Behem0th <grantipak@gmail.com>
pkgname=freshplayerplugin
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc='PPAPI-host NPAPI-plugin adapter.'
arch=( 'i686' 'x86_64' )
url='https://github.com/i-rinat/freshplayerplugin'
@@ -44,5 +44,5 @@ package() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha1sums=('e0a5897942c26e05294f42a894347768bccb1b41'
+sha1sums=('9d80eeefb45bede2b6ba97e06bcad1e9e5193a04'
'331a3b3877249eaf1c3db917bde1dea6c4d374ab')