rm deprecated 'pacman>=4.2.0' requirement

This commit is contained in:
Det 2016-03-09 18:20:44 +02:00
parent fc8798b20a
commit c2b2dcfa9d
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ pkgbase = google-chrome
install = google-chrome.install install = google-chrome.install
arch = x86_64 arch = x86_64
license = custom:chrome license = custom:chrome
makedepends = pacman>=4.2.0
depends = alsa-lib depends = alsa-lib
depends = desktop-file-utils depends = desktop-file-utils
depends = flac depends = flac

View File

@ -15,7 +15,6 @@ depends=('alsa-lib' 'desktop-file-utils' 'flac' 'gconf' 'gtk2' 'harfbuzz' 'harfb
'icu' 'libpng' 'libxss' 'libxtst' 'nss' 'opus' 'snappy' 'speech-dispatcher' 'ttf-font' 'xdg-utils') 'icu' 'libpng' 'libxss' 'libxtst' 'nss' 'opus' 'snappy' 'speech-dispatcher' 'ttf-font' 'xdg-utils')
optdepends=('kdebase-kdialog: needed for file dialogs in KDE' optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
'ttf-liberation: fix fonts for some PDFs') 'ttf-liberation: fix fonts for some PDFs')
makedepends=('pacman>=4.2.0')
provides=('google-chrome' 'pepper-flash') provides=('google-chrome' 'pepper-flash')
options=('!emptydirs' '!strip') options=('!emptydirs' '!strip')
install=$pkgname.install install=$pkgname.install