* update recode to 3.7.14-2

This commit is contained in:
Alexander Baldeck 2024-10-07 16:42:51 +02:00
parent b909189b4b
commit a9e205a93d
3 changed files with 24 additions and 1 deletions

19
recode/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = recode
pkgdesc = Converts files between various character sets and usages
pkgver = 3.7.14
pkgrel = 2
url = https://github.com/rrthomas/recode
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL3
license = LGPL3
makedepends = python
makedepends = help2man
depends = glibc
source = https://github.com/rrthomas/recode/releases/download/v3.7.14/recode-3.7.14.tar.gz
sha256sums = 786aafd544851a2b13b0a377eac1500f820ce62615ccc2e630b501e7743b9f33
pkgname = recode

4
recode/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[recode]
source = "git"
git = "https://github.com/rrthomas/recode.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=recode
pkgver=3.7.14
pkgrel=1
pkgrel=2
pkgdesc='Converts files between various character sets and usages'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/rrthomas/recode'