summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-10-08 11:40:29 +0300
committerorhun2020-10-08 11:40:29 +0300
commitf7a883e5b4ff9a4468e5e8d360e7483c106ad6d2 (patch)
tree8a47cc594a99cefee9205281abd6c6a972135858
parent4f3b837dc48f88957d74670994eebf584f967405 (diff)
downloadaur-f7a883e5b4ff9a4468e5e8d360e7483c106ad6d2.tar.gz
upgpkg: gfold-git 0.5.2.r0.g7020079-1
upstream release
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6896b091489c..4b17b9aa3052 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gfold-git
pkgdesc = CLI tool to help keep track of Git repositories (git)
- pkgver = 0.5.1.r2.g093f3a0
+ pkgver = 0.5.2.r0.g7020079
pkgrel = 1
url = https://github.com/nickgerace/gfold
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = gfold-git
makedepends = git
provides = gfold
conflicts = gfold
+ conflicts = gfold-bin
source = git+https://github.com/nickgerace/gfold
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1033add84ea6..55c0a4ba1268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# https://github.com/orhun/pkgbuilds
pkgname=gfold-git
-pkgver=0.5.1.r2.g093f3a0
+pkgver=0.5.2.r0.g7020079
pkgrel=1
pkgdesc="CLI tool to help keep track of Git repositories (git)"
arch=('x86_64')
url="https://github.com/nickgerace/gfold"
license=('Apache')
makedepends=('cargo' 'git')
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')