Package Details: urlencode 1.6.0-1

Git Clone URL: https://aur.archlinux.org/urlencode.git (read-only, click to copy)
Package Base: urlencode
Description: base64-like encoder/decoder for URL percent-encoding
Upstream URL: https://github.com/AquilaIrreale/urlencode
Licenses: GPL3
Submitter: AquilaIrreale
Maintainer: AquilaIrreale
Last Packager: AquilaIrreale
Votes: 5
Popularity: 0.001453
First Submitted: 2021-06-28 13:40 (UTC)
Last Updated: 2025-03-27 08:41 (UTC)

Latest Comments

AquilaIrreale commented on 2025-03-27 08:42 (UTC) (edited on 2025-03-27 08:44 (UTC) by AquilaIrreale)

@clarfonthey of course, the program is very simple and should be 100% portable so I added armv7h and i486 too (I forgot about that one, but it looks like Arch32 still has packages for it)

P.s.: glad you like it!

clarfonthey commented on 2025-03-27 01:54 (UTC)

Would you be okay adding aarch64 to the supported architectures for the package? Thank you for making this!

Diff below:

diff --git a/PKGBUILD b/PKGBUILD
index 20b5b4b..ce26927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=urlencode
 pkgver=1.6.0
 pkgrel=1
 pkgdesc='base64-like encoder/decoder for URL percent-encoding'
-arch=('x86_64' 'i686' 'pentium4')
+arch=('x86_64' 'i686' 'pentium4' 'aarch64')
 url='https://github.com/AquilaIrreale/urlencode'
 license=('GPL3')
 source=("https://github.com/AquilaIrreale/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")