summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:45:58 +0300
committerorhun2020-11-25 01:45:58 +0300
commitdb38b82b2aaeacc6919cf19368eda22d7d107066 (patch)
tree046865cd60b2883454a15154319d2458e14fcc28
parent64c2591e0fbc439ecc9a0497dff24ba5ae201e3b (diff)
downloadaur-db38b82b2aaeacc6919cf19368eda22d7d107066.tar.gz
upgpkg: onefetch-bin 2.7.3-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 a44f260a23a0..9d4364b5334a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = onefetch-bin
depends = libgit2
provides = onefetch
conflicts = onefetch
- conflicts = onefetch-git
source_x86_64 = onefetch-bin-2.7.3.tar.gz::https://github.com/o2sh/onefetch/releases/download/v2.7.3/onefetch-linux.tar.gz
source_x86_64 = onefetch-bin-2.7.3-LICENSE.md::https://github.com/o2sh/onefetch/raw/v2.7.3/LICENSE.md
source_x86_64 = onefetch-bin-2.7.3-README.md::https://github.com/o2sh/onefetch/raw/v2.7.3/README.md
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"