summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfbt2015-10-04 15:05:59 +0300
committerfbt2015-10-04 15:05:59 +0300
commitbfb1bd143bff7b236f4961b4681983cf68aad29c (patch)
treed871903dd622cf5765a154935337f2fa6f9ae0ab /PKGBUILD
parent9c39c2de30961801822f7c2dc4dea81ebd514c6b (diff)
downloadaur-bfb1bd143bff7b236f4961b4681983cf68aad29c.tar.gz
no libconfig dependencey anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec05d4835cea..63ac4835a11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
# Contributor: Behem0th <grantipak@gmail.com>
pkgname=freshplayerplugin-git
-pkgver=v0.3.1.r2.gb100b9c
+pkgver=v0.3.3.r0.g6018406
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' 'libconfig' 'libevent' 'gtk2' 'libgl' 'v4l-utils' 'ffmpeg' )
+depends=( 'pango' 'alsa-lib' 'freetype2' 'libevent' 'gtk2' 'libgl' 'v4l-utils' 'ffmpeg' )
makedepends=( 'cmake' 'ragel' 'git' )
conflicts=( 'freshplayerplugin' )
source=( "${pkgname}::git+${url}" "${pkgname}.install" )