summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainos2023-09-13 11:59:26 +0800
committerBrainos2023-09-13 11:59:26 +0800
commiteeb6e6eeb739e151256c6a21c41ef04b0272f5eb (patch)
tree8974c632ff4e7f7b844d81c7fe99e2f0b07c4846
parenta7460628ac012e2525f2441d27af6b4683a6d268 (diff)
downloadaur-eeb6e6eeb739e151256c6a21c41ef04b0272f5eb.tar.gz
Added conflicts/provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c42028dffc69..c2bda4fd727c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = git-credential-azure
pkgdesc = Git credential helper that authenticates to Azure Repos (dev.azure.com)
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hickford/git-credential-azure
arch = any
license = APACHE
makedepends = go
+ conflicts = git-credential-azure-git
source = git-credential-azure-0.2.3.tar.gz::https://github.com/hickford/git-credential-azure/archive/v0.2.3.tar.gz
sha256sums = 33898753f980dd558f101b60f40f402d6346b768741d62a62f446e2f4253fdb2
diff --git a/PKGBUILD b/PKGBUILD
index eae4ae828c73..8fbb00ad6d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Maintainer: Brainos <brainos233@gmail.com>
pkgname=git-credential-azure
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='Git credential helper that authenticates to Azure Repos (dev.azure.com)'
arch=('any')
url="https://github.com/hickford/git-credential-azure"
license=('APACHE')
makedepends=('go')
+conflicts=('git-credential-azure-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hickford/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('33898753f980dd558f101b60f40f402d6346b768741d62a62f446e2f4253fdb2')