summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Dach2021-04-11 21:21:51 +0200
committerAntonin Dach2021-04-11 21:21:51 +0200
commit6a1ad9f21c68f6fccb7337d44c0d4f9c2113d3a8 (patch)
tree930fafc90a9d5e91d425fd98bc6fee32d28f8f64
parent7d0f454deba2644e23ff2af998ddbdb1f11b8a99 (diff)
downloadaur-6a1ad9f21c68f6fccb7337d44c0d4f9c2113d3a8.tar.gz
version number, prevents extension conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38afe53d1f34..16ca83814df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = librewolf-firefox-shim
pkgdesc = A symlink for using librewolf as a firefox
- pkgver = 1
- pkgrel = 2
+ pkgver = 87.0
+ pkgrel = 1
url = https://librewolf-community.gitlab.io/
arch = any
license = MIT
depends = librewolf
- provides = firefox
+ provides = firefox=87.0
conflicts = firefox
pkgname = librewolf-firefox-shim
diff --git a/PKGBUILD b/PKGBUILD
index 6d21ba3920b5..8841331499de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,18 @@
# Maintainer: Antonin Dach <dach@protonmail.com>
pkgname=librewolf-firefox-shim
-pkgver=1
-pkgrel=2
+pkgver=87.0
+pkgrel=1
pkgdesc="A symlink for using librewolf as a firefox"
arch=('any')
url="https://librewolf-community.gitlab.io/"
license=('MIT')
depends=('librewolf')
-provides=('firefox')
-conflicts=('firefox')
+provides=(
+ "firefox=${pkgver}"
+)
+conflicts=(
+ "firefox"
+)
package() {
install -d "$pkgdir"/usr/bin