Date: Sunday, January 20, 2019 @ 12:55:22 Author: felixonmars Revision: 425143
upgpkg: qcef 1.1.4.6-1 Modified: qcef/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-20 12:55:07 UTC (rev 425142) +++ PKGBUILD 2019-01-20 12:55:22 UTC (rev 425143) @@ -1,21 +1,21 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qcef -pkgver=1.1.4.4 -_cefcommit=854e4930be007f08c62a46c0a5a259c0cfb83569 +pkgver=1.1.4.6 +_cefcommit=059a0c9cef4e289a50dc7a2f4c91fe69db95035e pkgrel=1 pkgdesc="Qt5 binding of CEF" arch=('x86_64') url="https://github.com/linuxdeepin/qcef" license=('GPL') -depends=('gconf' 'libxss' 'nss' 'qt5-webchannel' 'qt5-x11extras') +depends=('gconf' 'gtk2' 'libxss' 'nss' 'libpulse' 'qt5-webchannel' 'qt5-x11extras') makedepends=('cmake' 'qt5-tools') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qcef/archive/$pkgver.tar.gz" "cef-$_cefcommit.tar.gz::https://github.com/linuxdeepin/cef-binary/archive/$_cefcommit.tar.gz") # http://opensource.spotify.com/cefbuilds/cef_binary_${_cefver}_linux64_minimal.tar.bz2 # https://raw.githubusercontent.com/cztomczak/cefpython/master/patches/issue231.patch) -sha512sums=('18dbecb57d0c09314bf8a7f411e90da1f5a2aa5786f7ef8d5e0972bea184d9ebe2646236ac9607b12d0bc6daf34a0d6453beb400fd36bf917b642d097aa7ea54' - 'b17dff043819ac5a506dc698b899c3d3eb82dadfde87c4f7e158409dfadb7e25cc6aa4a0fadf586dd1990187229d16e793f3acdcfe4b231cda4afe79354c67cc') +sha512sums=('a1be97eeac72c28229d745e363343a7a99ecdc6ffcca3ae663a9286b537916782ba3750b737123a329ce34be3c154955db6a322bc999fde0764987a4a88a513b' + '20c931fb6df3cadb13373fb9cd6f7ac9daf468edafb4b7fa603f1c25e1d5bcb8550bf783273207e1724b56e99b063af8f20ff18c4017fbf73b9f8d84de854481') prepare() { mkdir -p build
