summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2023-01-08 15:49:53 +0100
committerkfg2023-01-08 15:49:53 +0100
commite44813c93df9cab547ecb2a22b4ce1201fd82727 (patch)
treea225e86f337a1869d883edd3970d6b162cfe2b57
parente99f244475d04d49f839d921821542bc317b55f8 (diff)
downloadaur-e44813c93df9cab547ecb2a22b4ce1201fd82727.tar.gz
upgpkg: mingw-w64-recode 3.7.13-1: new upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 314307c509bc..909b8008d13e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-recode
pkgdesc = Converts files between various character sets and usages (mingw-w64)
- pkgver = 3.7.12
+ pkgver = 3.7.13
pkgrel = 1
url = https://github.com/rrthomas/recode
arch = any
@@ -16,10 +16,10 @@ pkgbase = mingw-w64-recode
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/rrthomas/recode/releases/download/v3.7.12/recode-3.7.12.tar.gz
+ source = https://github.com/rrthomas/recode/releases/download/v3.7.13/recode-3.7.13.tar.gz
source = autotools.patch
source = help2man.patch
- sha256sums = 4db1c9076f04dbaa159726f5000847e5e5a83aec8e5c64f8ca04383f6cda12d5
+ sha256sums = 22bbdf79725a59f4d84c3dad63a911c5e8f443f109443c032cad564900b6b733
sha256sums = 49d6019103484d4b81188d7eba39f35704a0a92049cdcb0b086e53c134595f1b
sha256sums = ca789328432b01ebe066ca594ac611ca43bd19083ed499e88c4410b15cc8492a
diff --git a/PKGBUILD b/PKGBUILD
index 4297b0dd90f5..807020075870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-recode
-pkgver=3.7.12
+pkgver=3.7.13
pkgrel=1
pkgdesc="Converts files between various character sets and usages (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'mingw-w64-wine' 'python' 'he
source=("https://github.com/rrthomas/recode/releases/download/v${pkgver}/recode-${pkgver}.tar.gz"
"autotools.patch"
"help2man.patch")
-sha256sums=('4db1c9076f04dbaa159726f5000847e5e5a83aec8e5c64f8ca04383f6cda12d5'
+sha256sums=('22bbdf79725a59f4d84c3dad63a911c5e8f443f109443c032cad564900b6b733'
'49d6019103484d4b81188d7eba39f35704a0a92049cdcb0b086e53c134595f1b'
'ca789328432b01ebe066ca594ac611ca43bd19083ed499e88c4410b15cc8492a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"