summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen Zhong2017-12-29 10:42:25 +0800
committerAllen Zhong2017-12-29 10:42:25 +0800
commit14bdb41699119e66fa460aa6cef97c6e56d056e5 (patch)
tree7052329f9fd86efa696deb6bcb5ba6bc82c89d3f /PKGBUILD
parentc2939e0e6d6b0b74d9c18ae7a077d69c1c427f24 (diff)
downloadaur-14bdb41699119e66fa460aa6cef97c6e56d056e5.tar.gz
fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 081f735ed2c1..b8344ffafd00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=firefox-esr-zh-cn
_pkgname=firefox-esr
pkgver=52.5.3
-pkgrel=1
+pkgrel=2
pkgdesc='Standalone web browser from mozilla.org - Extended Support Release in zh_CN'
url='https://www.mozilla.org/zh-CN/firefox/channel/#esr'
arch=('x86_64')
@@ -21,7 +21,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'upower: Battery API'
'speech-dispatcher: Text-to-Speech')
-provides=('firefox=52' 'firefox-esr=$pkgver')
+provides=(firefox=52 firefox-esr=$pkgver)
conflicts=('firefox-esr' 'firefox-esr-bin')
license=('MPL' 'GPL' 'LGPL')
install=$_pkgname.install