summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:43:43 +0300
committerorhun2020-11-25 01:43:43 +0300
commiteb860fa7ed856202ee3159b5c59c1676416a7c74 (patch)
tree012905aee4b85ab54ee74ecaf6aedcb37290233b
parenta4e5112801fb264e442af585051471255e23f66a (diff)
downloadaur-eb860fa7ed856202ee3159b5c59c1676416a7c74.tar.gz
upgpkg: muffet-bin 2.3.0-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 95dcda3c2a6e..1def59f529da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = muffet-bin
license = MIT
provides = muffet
conflicts = muffet
- conflicts = muffet-git
source_x86_64 = https://github.com/raviqqe/muffet/releases/download/v2.3.0/muffet_2.3.0_Linux_x86_64.tar.gz
sha256sums_x86_64 = 2379dc72d2d78e3dbbf95973d08d6ef79c8464b1db4913f1b12bf90ead7065d4
diff --git a/PKGBUILD b/PKGBUILD
index 1d98137e05e0..c7adb9641823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
arch=('x86_64')
url="https://github.com/raviqqe/muffet"
license=('MIT')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
+conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_Linux_x86_64.tar.gz")
sha256sums_x86_64=('2379dc72d2d78e3dbbf95973d08d6ef79c8464b1db4913f1b12bf90ead7065d4')