summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMGislv2021-07-13 17:39:18 +0200
committerMGislv2021-07-13 17:39:18 +0200
commit69fb534562ce4eb2fa7c7c877fb34d6d692ebf9f (patch)
tree80147c542dd6492193a9d60d4fe8f6d4a5589e99
parentf5f6dac4c78e7f8c503ad29fe82925e42e5cefbe (diff)
downloadaur-69fb534562ce4eb2fa7c7c877fb34d6d692ebf9f.tar.gz
Forgot about conflicts()
-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'