summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-25 01:45:58 +0300
committerorhun2020-11-25 01:45:58 +0300
commitdb38b82b2aaeacc6919cf19368eda22d7d107066 (patch)
tree046865cd60b2883454a15154319d2458e14fcc28 /PKGBUILD
parent64c2591e0fbc439ecc9a0497dff24ba5ae201e3b (diff)
downloadaur-db38b82b2aaeacc6919cf19368eda22d7d107066.tar.gz
upgpkg: onefetch-bin 2.7.3-1
upstream release Conflict with the base package only
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b91bea7f522..e668d752a332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/o2sh/onefetch"
license=('MIT')
depends=('libgit2')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
+conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-linux.tar.gz"
"$pkgname-$pkgver-LICENSE.md::$url/raw/v$pkgver/LICENSE.md"