summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-02-21 21:25:04 +0100
committerKlaus Alexander Seistrup2023-02-21 21:25:04 +0100
commitdd2666a3edf99ac0f682de51f8c32f9dafc10e44 (patch)
tree1d18146a13b2702868b11f597a1acd8c733f5ac6
parent30474f914755f00b28306e9ad6ea0db43d450c04 (diff)
downloadaur-dd2666a3edf99ac0f682de51f8c32f9dafc10e44.tar.gz
Add conflict: helixbinhx
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4fbb3bc6cf..bd8f104bc37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = usrbinhx
pkgdesc = Provide /usr/bin/hx for the helix editor
- pkgver = 2023.02.20
+ pkgver = 2023.02.21
pkgrel = 1
url = https://codeberg.org/kas/gists
arch = any
license = AGPL3
depends = helix
conflicts = hex
+ conflicts = helixbinhx
source = hx.sh
sha256sums = a4c0915dc04d642a176dca205c3b41e4947def6a9f1afd01b44c8c2ef9980a9c
diff --git a/PKGBUILD b/PKGBUILD
index cc7b17d8ffd4..dad4cf8fecdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# -*- mode: sh -*-
pkgname='usrbinhx'
-pkgver='2023.02.20'
+pkgver='2023.02.21'
pkgrel=1
pkgdesc='Provide /usr/bin/hx for the helix editor'
arch=('any')
url='https://codeberg.org/kas/gists'
license=('AGPL3')
-conflicts=('hex')
+conflicts=('hex' 'helixbinhx')
depends=('helix')
source=('hx.sh')
sha256sums=('a4c0915dc04d642a176dca205c3b41e4947def6a9f1afd01b44c8c2ef9980a9c')