summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5757129b1ead..342f8e40b033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = reddio
optdepends = bash: POSIX compliant shell
optdepends = dash: POSIX compliant shell
optdepends = ksh: POSIX compliant shell
+ conflicts = reddio-git
source = https://gitlab.com/aaronNG/reddio/-/archive/v0.45/reddio-v0.45.tar.gz
source = lib_dir.patch
sha512sums = 6e4af6d6d1cdf7059af5a2bf3e151ca99115402e9e8a0b5beacdeb6c1a6e9897feebc078a1ddb1320f356c91af4f2593fb40f8a16a219f496796fc36df0bab84
diff --git a/PKGBUILD b/PKGBUILD
index 8bce2bb7d0eb..bee351f93047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="A command-line interface for Reddit written in POSIX sh"
arch=('any')
url="https://gitlab.com/aaronNG/reddio"
license=('MIT')
+conflicts=('reddio-git')
depends=('curl' 'jq')
optdepends=('gnu-netcat: for authentication'
'openbsd-netcat: for authentication'