summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlango Rajagopal2020-07-02 12:02:34 +0530
committerIlango Rajagopal2020-07-02 12:04:36 +0530
commit9f82b81b2733bf440b792ea4fe6fb32c6f38b3c7 (patch)
tree7986cff26d88590f5fdc999cbbbbb037148554ce
parentba53be479a87395b6355f0f1dd7f73eb194aa4e4 (diff)
downloadaur-9f82b81b2733bf440b792ea4fe6fb32c6f38b3c7.tar.gz
Make the packages conflicting
Update SRCINFO
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 343ee3dc4f26..908281143b96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = endpoint-verification
pkgdesc = Endpoint Verification Helper for Chromium
pkgver = 2019.10.07.c273328186_00
- pkgrel = 1
+ pkgrel = 2
url = https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg
arch = x86_64
license = unknown
@@ -17,4 +17,5 @@ pkgname = endpoint-verification-chrome
pkgdesc = Endpoint verification Helper for Google Chrome
depends = google-chrome
provides = endpoint-verification
+ conflicts = endpoint-verification
diff --git a/PKGBUILD b/PKGBUILD
index ac74cedf2480..6769c0f07e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=endpoint-verification
pkgname=(endpoint-verification endpoint-verification-chrome)
_pkgver=2019.10.07.c273328186-00
pkgver=2019.10.07.c273328186_00
-pkgrel=1
+pkgrel=2
pkgdesc="Endpoint Verification Helper for Chromium"
arch=(x86_64)
url="https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg"
@@ -35,6 +35,7 @@ package_endpoint-verification-chrome() {
pkgdesc="Endpoint verification Helper for Google Chrome"
depends=(google-chrome)
provides=(endpoint-verification)
+ conflicts=(endpoint-verification)
cp -a "$srcdir/data/opt" "$pkgdir"
cp -a "$srcdir/data/usr" "$pkgdir"