summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb3dd21ffdd..1075e24f163c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,8 @@ pkgbase = python-comicon-git
depends = python-pillow
depends = python-lxml
depends = python-pypdf
+ provides = python-comicon
+ provides = comicon
source = git+https://github.com/potatoeggy/comicon.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7111edb188c4..d06fb1d6f8a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=(
"python-pypdf"
)
makedepends=("git" "python-build" "python-installer" "python-poetry-core" "python-pytest")
-provides=()
+provides=("python-comicon" "comicon")
conflicts=()
source=("git+$url.git")
sha256sums=("SKIP")