summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2022-01-25 21:59:16 +0100
committerkfg2022-01-25 21:59:16 +0100
commit5335679b9fa8cdfbd8a7d88dfd9de988b75b44fb (patch)
tree014935fab0e5d2adee2a6809b245394e763e6d41
parentd9594deea919c886445444ea4d4ce0a8478ea531 (diff)
downloadaur-5335679b9fa8cdfbd8a7d88dfd9de988b75b44fb.tar.gz
upgpkg: mingw-w64-recode 3.7.11-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 2fadb6af746d..b3cea0ad9f61 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.10
+ pkgver = 3.7.11
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.10/recode-3.7.10.tar.gz
+ source = https://github.com/rrthomas/recode/releases/download/v3.7.11/recode-3.7.11.tar.gz
source = autotools.patch
source = help2man.patch
- sha256sums = 4a4b00a6080f8ef77956a18040454785d35b66ab7d8105ffd971798aa4a8f186
+ sha256sums = 97267a0e6ee3d859b7f4d1593282900dbc798151b70a6d1f73718880563b485e
sha256sums = 49d6019103484d4b81188d7eba39f35704a0a92049cdcb0b086e53c134595f1b
sha256sums = ca789328432b01ebe066ca594ac611ca43bd19083ed499e88c4410b15cc8492a
diff --git a/PKGBUILD b/PKGBUILD
index e6dda233e870..d32b828c7e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-recode
-pkgver=3.7.10
+pkgver=3.7.11
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=('4a4b00a6080f8ef77956a18040454785d35b66ab7d8105ffd971798aa4a8f186'
+sha256sums=('97267a0e6ee3d859b7f4d1593282900dbc798151b70a6d1f73718880563b485e'
'49d6019103484d4b81188d7eba39f35704a0a92049cdcb0b086e53c134595f1b'
'ca789328432b01ebe066ca594ac611ca43bd19083ed499e88c4410b15cc8492a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"