summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:53:08 +0300
committerorhun2020-11-25 01:53:08 +0300
commit2db1acf521d5ceea9f8907ed3d368abeaf0b7527 (patch)
treea572c3562566875878159bd6c4acb2a186cc905d
parenta582e9fc1057078029dd7aa8cb0677033345f7e5 (diff)
downloadaur-2db1acf521d5ceea9f8907ed3d368abeaf0b7527.tar.gz
upgpkg: verco-bin 5.5.1-1
upstream release Conflict with the base package only
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 268c677678cf..7991461f09d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = verco-bin
optdepends = mercurial: support for mercurial repositories
provides = verco
conflicts = verco
- conflicts = verco-git
source_x86_64 = verco-bin-5.5.1::https://github.com/matheuslessarodrigues/verco/releases/download/v5.5.1/verco-linux-x86_64
source_x86_64 = verco-bin-5.5.1-LICENSE::https://github.com/matheuslessarodrigues/verco/raw/v5.5.1/LICENSE
source_x86_64 = verco-bin-5.5.1-README.md::https://github.com/matheuslessarodrigues/verco/raw/v5.5.1/README.md
diff --git a/PKGBUILD b/PKGBUILD
index 3b2a4a76d65b..f73895b4af25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/matheuslessarodrigues/verco"
license=('MIT')
optdepends=('git: support for git repositories'
'mercurial: support for mercurial repositories')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
+conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver::$url/releases/download/v$pkgver/${pkgname%-bin}-linux-x86_64"
"$pkgname-$pkgver-LICENSE::$url/raw/v$pkgver/LICENSE"