Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion srcpkgs/epy/patches/no-imghdr.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[tool.poetry.dependencies]
python = "^3.8"
windows-curses = { version = "*", markers = "platform_system == 'Windows'" }
+magic = { version = "*" }
+python-magic = { version = "*" }

[tool.poetry.dev-dependencies]
pynvim = "^0.4.3"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/epy/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Template file for 'epy'
pkgname=epy
version=2023.6.11
revision=5
revision=6
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
depends="python3-magic"
checkdepends="python3-pytest"
short_desc="CLI ebook reader"
maintainer="Orphaned <[email protected]>"
Expand Down