summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraimileus2018-01-28 15:28:56 +0100
committeraimileus2018-01-28 15:35:14 +0100
commitd8a168a2048385eec1cf98b3d1e124671a2a3ae0 (patch)
treecba2c65d6bde226e951cb4fc46fd3ea3d3081c70
parent88c80914b20c319cbfd8bcfde581b639b96e1262 (diff)
downloadaur-d8a168a2048385eec1cf98b3d1e124671a2a3ae0.tar.gz
delete copyright files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b67d1882cceb..3d637e18c91e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-ubuntu-bin
pkgdesc = Standalone web browser from mozilla.org with Ubuntu patches (binary)
pkgver = 58.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/firefox/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 24fe71411214..7b772be00bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=firefox-ubuntu-bin
_pkgname=firefox
pkgver=58.0
_ubuntuver="$pkgver+build6-0ubuntu0.17.10.1_amd64"
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org with Ubuntu patches (binary)"
arch=("x86_64")
url="https://www.mozilla.org/firefox/"
@@ -37,7 +37,8 @@ source=("http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_$_ubuntuve
md5sums=('f0f4787491e5731c50c20cd7a74f4504')
prepare() {
- tar xvf data.tar.xz
+ # Don't extract copyright files, which are included in the licenses package
+ tar -xvf data.tar.xz --exclude=usr/share/doc
# UBUNTU_MENUPROXY=0 is a requirement for global menus
# https://github.com/rilian-la-te/vala-panel-appmenu/issues/125
sed -i 's|Exec=firefox|Exec=env UBUNTU_MENUPROXY=0 firefox|' usr/share/applications/firefox.desktop