summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2018-04-28 09:50:57 +0000
committerAntonio Rojas2018-04-28 09:50:57 +0000
commit606279e77e4c3c1ce8fd6e742be50ede7e9d2a8d (patch)
tree48b078a607e1ceb8d4f89c01a0b4c7b02010b183 /PKGBUILD
parent4f95374659b69386fc0f62bb18203e1a1c203d97 (diff)
downloadaur-606279e77e4c3c1ce8fd6e742be50ede7e9d2a8d.tar.gz
Adapt to latest changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 538758afa42d..5b264eb54c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=plasma-browser-integration
pkgname=$_gitname-git
-pkgver=r124.08a78f1
+pkgver=r262.e1b70f9
pkgrel=1
pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
arch=(i686 x86_64)
@@ -28,8 +28,8 @@ build() {
cd build
cmake ../$_gitname \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE_INSTALL_LIBDIR=lib
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DINSTALL_CHROME_MANIFEST=ON
make
}