Skip to content
Open
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
6 changes: 3 additions & 3 deletions srcpkgs/heisenbridge/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'heisenbridge'
pkgname=heisenbridge
version=1.15.2
revision=2
version=1.15.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
Comment on lines 5 to 6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works perfectly fine, but python3-module seems deprecated and links to a blog post with more details
Maybe consider switching this up a bit?

Suggested change
build_style=python3-module
hostmakedepends="python3-setuptools"
build_style=python3-pep517
hostmakedepends="python3-wheel"

depends="python3-irc python3-ruamel.yaml python3-mautrix python3-socks python3-aiohttp python3-async-timeout"
Expand All @@ -13,7 +13,7 @@ homepage="https://github.com/hifi/heisenbridge"
changelog="https://github.com/hifi/heisenbridge/releases"
# distfiles="https://github.com/hifi/heisenbridge/releases/download/v$version/heisenbridge-$version.tar.gz"
distfiles="https://github.com/hifi/heisenbridge/archive/refs/tags/v$version.tar.gz"
checksum=6233fa496d1e18f0247864061749a5cfea3a39dda6202787532c7cd02b626376
checksum=0e1e6d6749d8c34530897bbebf0edc2db67b06c77d2d15454a87bdc5b0afb867

post_install() {
vsv heisenbridge
Expand Down