Package Details: offpunk 3.1-1

Git Clone URL: https://aur.archlinux.org/offpunk.git (read-only, click to copy)
Package Base: offpunk
Description: Command-line and offline-centric browser for the web and various smolnet protocols
Upstream URL: https://git.sr.ht/~lioploum/offpunk
Keywords: cli gemini gopher smolnet smolweb spartan
Licenses: AGPL-3.0-or-later
Conflicts: ansicat, netcache, offpunk, openk, unmerdify, xkcdpunk
Provides: ansicat, netcache, offpunk, openk, unmerdify, xkcdpunk
Submitter: dcreager
Maintainer: dcreager (brumaire)
Last Packager: brumaire
Votes: 8
Popularity: 2.66
First Submitted: 2023-11-25 14:46 (UTC)
Last Updated: 2026-03-02 11:06 (UTC)

Dependencies (22)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

kseistrup commented on 2026-03-03 14:13 (UTC)

@brumaire No harm done, it's great you have adopted the package.

brumaire commented on 2026-03-03 11:03 (UTC)

@kseistrup

Ah yes, sorry. I mostly reused the code from offpunk-git because I was more familiar with the other PKGBUILD than this one and was a little too eager to update this ASAP and didn't doublecheck enough

I'll remove this line next time I update the package and update the maintainer/contributor list as well.

Thank you !

kseistrup commented on 2026-03-02 14:06 (UTC) (edited on 2026-03-02 14:06 (UTC) by kseistrup)

@brumaire, thanks for adopting the package.

Please notice that the this line (currently the last) in package() does not make any sense when $pkgname and $_pkgname are identidal:

cd "$pkgdir/usr/share/doc/"      && ln -srf "$pkgname" "$_pkgname"

It will merely create a offpunk/offpunk symlink that points to current directory. It's not a disaster, it's just meaningless.

The original intention, in the offpunk-git package, was to have

/usr/share/doc/offpunk → /usr/share/doc/offpunk-git

so that the user wouldn't have to guess where the documentation is located.

Also, you should probably put yourself as maintainer and me as contributor.

Cheers.

brumaire commented on 2026-03-02 11:08 (UTC)

Package updated to 3.1

If you're currently using timg : It has been deprecated by upstream in favor of chafa, see : https://git.sr.ht/~lioploum/offpunk/refs/v3.1

Therefore, timg has been removed from optional dependencies as well.

brumaire commented on 2026-02-24 17:14 (UTC)

Ack !

I updated the package to 3.0

dcreager commented on 2026-02-24 13:53 (UTC)

Thank you for the offer @brumaire, I added you as a co-maintainer! I don't use offpunk regularly anymore, and don't have the time to maintain this, so I appreciate the offer to help out.

brumaire commented on 2026-02-24 11:51 (UTC) (edited on 2026-02-24 11:52 (UTC) by brumaire)

Hi !

If some help is needed with that, I would gladly maintain this package, as I need offpunk for my daily workflow.

Please ping me if I can be of any help.

m040601 commented on 2026-02-24 11:48 (UTC)

@dcreager

Would you be willing to pass the maitainership of this PKGBUILD to someone else ?

dcreager commented on 2025-02-25 14:22 (UTC)

Is there a special reason this PKGBUILD has not been updated ?

Nope, I was just slow! This is updated to 2.6 now

m040601 commented on 2025-02-12 17:17 (UTC) (edited on 2025-02-13 11:20 (UTC) by m040601)

Is there a special reason this PKGBUILD has not been updated ? Some special python compatibilityi/issue/dependency thing ?

https://git.sr.ht/~lioploum/offpunk/refs says,

v2.5 13 days ago .tar.gz browse log
Release 2.5 - January 30th 2025

- "abbrevs" has been replaced by "alias"
- "alias" now allows custom command to be aliased
- PEP8-ification by Vincent Jousse
- changing "datetime.UTC" to "datetime.timezone.utc" for retrocompatibility with python < 3.1
- checking if "grep" supports "--color=auto" to supports OpenBSD (reported by Dylan D’Silva)

v2.4 2 months ago .tar.gz browse log
2.4 - November 21st 2024

NEW WEBSITE: Official homepage is now https://offpunk.net (or gemini://offpunk.net). Sources
NEW FEATURE: This release includes work by Bert Livens to add gemini client-side certificates
- Deprecation warning if using Chafa < 1.10
- introducing the "tutorial" command (which is only a link to offpunk.net for now)
- netcache: use client-certificate when going to a url like gemini://username@site.net (by Be
- offpunk/netcache: added the "cert" command to list and create client certificates (Bert Liv
- "open" now accept integer as parameters to open links (suggested by Matthieu Rakotojaona)
- fix cache not being properly accessed when server redirect to same host with standard port
- fix crash when expired certificate due to not_valid_after deprecation
- fix crash in netcache when a port cannot be parsed in the URL
- fix parameter "interactive=False" not being sent to gemini redirections
- fix problem with non-integer version of less (Patch by Peter Cock)
- Gopher: hide lines starting with TAB (drkhsh.at), reported by Dylan D’Silva