summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-09-01 13:21:21 +0300
committerCaleb Maclennan2018-09-01 13:22:16 +0300
commitbd332499ad5179fb83571a132e731038ecfa4263 (patch)
treef911cfe00127e81c0e71bc43ba09161bd245d2d7
parente3890987b5091e6e88e3144f03303dbab93be1fa (diff)
downloadaur-bd332499ad5179fb83571a132e731038ecfa4263.tar.gz
Normlize coding style so package can be diffed with 'brave'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c3ce506b7be..631719d2b2b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = brave-bin
- pkgdesc = A web browser that stops ads and trackers by default. Binary release.
+ pkgdesc = Web browser that blocks ads and trackers by default (binary release).
pkgver = 0.23.105
pkgrel = 2
url = https://www.brave.com
arch = x86_64
- license = custom:several
+ license = custom
depends = gtk3
depends = gconf
depends = nss
diff --git a/PKGBUILD b/PKGBUILD
index 963def341913..686ea2c01804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=brave-bin
pkgver=0.23.105
pkgrel=2
-pkgdesc='A web browser that stops ads and trackers by default. Binary release.'
+pkgdesc='Web browser that blocks ads and trackers by default (binary release).'
arch=('x86_64')
url='https://www.brave.com'
-license=('custom:several')
+license=('custom')
depends=('gtk3' 'gconf' 'nss' 'alsa-lib' 'libxss' 'libgnome-keyring' 'ttf-font')
optdepends=('cups: Printer support'
'pepper-flash: Adobe Flash support')