summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-10-01 21:01:39 -0400
committerAndrew Sun2023-10-01 21:01:39 -0400
commitcef1ceb0b1a2c7807b0ca4ffbf487e6b99903911 (patch)
treea84d933cdd301a7d0476361bc729c0814d86739c
parent3e3235df6e8b0efeb6ba5fcc9f4ab55bf533baf3 (diff)
downloadaur-cef1ceb0b1a2c7807b0ca4ffbf487e6b99903911.tar.gz
add pandoc as conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 787ff8b30888..5517fa3de9f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = remarshal
pkgdesc = Convert between CBOR, JSON, MessagePack, TOML, and YAML
pkgver = 0.17.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dbohdan/remarshal
arch = any
license = MIT
@@ -15,6 +15,7 @@ pkgbase = remarshal
depends = python-tomlkit
depends = python-u-msgpack
depends = python-yaml
+ conflicts = pandoc
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/r/remarshal/remarshal-0.17.1.tar.gz
sha256sums = 826a41d3e3ed9d45422811488d7b28cc146a8d5b2583b18db36302f87091a86d
diff --git a/PKGBUILD b/PKGBUILD
index 95bcf098b68c..598f19060e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=remarshal
pkgver=0.17.1
-pkgrel=1
+pkgrel=2
pkgdesc='Convert between CBOR, JSON, MessagePack, TOML, and YAML'
arch=(any)
url="https://github.com/dbohdan/$pkgname"
@@ -17,6 +17,7 @@ _pydeps=(cbor2
depends=(python
"${_pydeps[@]/#/python-}")
makedepends=(python-build python-installer python-wheel python-poetry-core)
+conflicts=(pandoc)
options=('!emptydirs')
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")