summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2018-05-16 09:42:02 +0000
committerAntonio Rojas2018-05-16 09:42:02 +0000
commitbffb6ec6be6091c0bb7f5523799f301ebf2ff6d1 (patch)
tree6bcc9ca8315c661ab8ce07ba777dc2e6bf476612 /PKGBUILD
parent84b2397f241ffccc8bf7295e047316ef6bdc3bbb (diff)
downloadaur-bffb6ec6be6091c0bb7f5523799f301ebf2ff6d1.tar.gz
Remove no longer needed workaround for wrong chromium extensions path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e28937ef75e2..7c0655671c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=plasma-browser-integration
pkgname=$_gitname-git
-pkgver=r275.bbcd7c9
+pkgver=r301.9d6056c
pkgrel=1
pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
arch=(i686 x86_64)
@@ -38,6 +38,4 @@ build() {
package() {
cd build
make DESTDIR="$pkgdir" install
-
- mv "$pkgdir"/usr/share/{chromium-browser,chromium}
}