summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2017-12-29 10:42:25 +0800
committerAllen Zhong2017-12-29 10:42:25 +0800
commit14bdb41699119e66fa460aa6cef97c6e56d056e5 (patch)
tree7052329f9fd86efa696deb6bcb5ba6bc82c89d3f
parentc2939e0e6d6b0b74d9c18ae7a077d69c1c427f24 (diff)
downloadaur-14bdb41699119e66fa460aa6cef97c6e56d056e5.tar.gz
fix provides
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50400c44d151..b064fd35acd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 29 02:26:50 UTC 2017
+# Fri Dec 29 02:41:59 UTC 2017
pkgbase = firefox-esr-zh-cn
pkgdesc = Standalone web browser from mozilla.org - Extended Support Release in zh_CN
pkgver = 52.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/zh-CN/firefox/channel/#esr
install = firefox-esr.install
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = firefox-esr-zh-cn
optdepends = upower: Battery API
optdepends = speech-dispatcher: Text-to-Speech
provides = firefox=52
- provides = firefox-esr=$pkgver
+ provides = firefox-esr=52.5.3
conflicts = firefox-esr
conflicts = firefox-esr-bin
source = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/52.5.3esr/linux-/zh-CN/firefox-52.5.3esr.tar.bz2
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