summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e040bde979..433b0cd94617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = palemoon-bin
optdepends = gstreamer0.10-ffmpeg: h.264 decoding
optdepends = hunspell: spell checker and morphological analyzer
optdepends = hyphen: library for hyphenation and justification
- provides = palemoon=$pkgver
+ provides = palemoon=25.7.0
conflicts = palemoon
source = palemoon.desktop
sha1sums = 83ff22ff7a034efac31f1dd5f27ad0115a778743
diff --git a/PKGBUILD b/PKGBUILD
index 1904aeac0e51..fec1f4375c96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ optdepends=('palemoon-i18n-default: language pack for system active language'
'gstreamer0.10-ffmpeg: h.264 decoding'
'hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification')
-provides=('palemoon=$pkgver')
+provides=("palemoon=$pkgver")
conflicts=('palemoon')
install=palemoon.install
source=(palemoon.desktop)