summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnsar Sarajčić2022-05-20 18:04:42 +0200
committerEnsar Sarajčić2022-05-20 18:04:42 +0200
commit25e2a9c63bdf3e521c6f2686cbe496b3c8e66cdc (patch)
treeb82e20d80b24d98a3f28c6d388ef2b2e5d09e86b
parent9d4c37c6b5fef6f76fe4c97f1f63ba1fb606b7e1 (diff)
downloadaur-fbihtax-bin.tar.gz
Update provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56ab98ffe363..1088909c5f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = fbihtax-bin
arch = x86_64
license = MIT
optdepends = pdftk: PDF output support
+ provides = fbihtax
+ conflicts = fbihtax
source = https://github.com/esensar/fbihtax/releases/download/0.3.0/fbihtax-linux.zip
source = https://raw.githubusercontent.com/esensar/fbihtax/0.3.0/LICENSE
sha256sums = 6ed1ae73cbe32022e5be9ddd4689e9177891de69fcccb9ea4b07e66dc682179f
diff --git a/PKGBUILD b/PKGBUILD
index b475a978d0dd..0b40a8d06149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ depends=()
makedepends=()
checkdepends=()
optdepends=("pdftk: PDF output support")
-provides=()
-conflicts=()
+provides=('fbihtax')
+conflicts=('fbihtax')
replaces=()
backup=()
options=()