summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-31 12:34:13 -0600
committerMark Wagie2024-03-31 12:34:13 -0600
commitfd304e75f46ee285e7fc396f7dad90b6e2df174b (patch)
treebdde119b9ddadee9742112aaa7e0fbd618240065
parent2db1025227b04d438be0ab7dd730ea3288da83c0 (diff)
downloadaur-fd304e75f46ee285e7fc396f7dad90b6e2df174b.tar.gz
remove replaces array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a633fd47815..208c6c596dcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = cheat
depends = glibc
optdepends = fzf: Fuzzy Finder integration for bash-completion
conflicts = python-cheat
- replaces = python-cheat
backup = etc/cheat/conf.yml
source = cheat-4.4.2.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.4.2.tar.gz
source = conf.yml
diff --git a/PKGBUILD b/PKGBUILD
index b1fbcaddd164..2e77e64b9651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=('glibc')
makedepends=('git' 'go' 'pandoc')
optdepends=('fzf: Fuzzy Finder integration for bash-completion')
conflicts=("python-$pkgname")
-replaces=("python-$pkgname")
backup=("etc/$pkgname/conf.yml")
_commit=36bdb99dcfadde210503d8c2dcf94b34ee950e1d
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"