summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2016-10-29 10:01:56 +0200
committerkfg2016-10-29 10:01:56 +0200
commitae6b853ea8751e86cade6794f525c794fce03fdc (patch)
tree51824774d8e714cf17f464dbe77ad0150880d67e
parent2e60f289d314e4b13a1e1b69d5da800d1718626d (diff)
downloadaur-ae6b853ea8751e86cade6794f525c794fce03fdc.tar.gz
Updated debian patch url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97cb6f18319..ee6b48449312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Oct 29 07:59:07 UTC 2016
pkgbase = mingw-w64-recode
pkgdesc = Converts files between various character sets and usages (mingw-w64)
pkgver = 3.6
- pkgrel = 9
+ pkgrel = 11
url = http://recode.progiciels-bpi.ca/index.html
arch = any
license = GPL
@@ -13,7 +15,7 @@ pkgbase = mingw-w64-recode
options = !buildflags
options = staticlibs
source = recode-3.6.tar.gz::https://github.com/pinard/recode/tarball/v3.6
- source = http://ftp.de.debian.org/debian/pool/main/r/recode/recode_3.6-17.diff.gz
+ source = http://archive.debian.org/debian/pool/main/r/recode/recode_3.6-17.diff.gz
source = recode-3.6-as-if.patch
source = recode-3.6-gettextfix.diff
source = autotools.patch
diff --git a/PKGBUILD b/PKGBUILD
index f76d4c2c49ae..e05ade37a447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-recode
pkgver=3.6
-pkgrel=10
+pkgrel=11
pkgdesc="Converts files between various character sets and usages (mingw-w64)"
arch=('any')
url="http://recode.progiciels-bpi.ca/index.html"
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt' 'mingw-w64-gettext')
options=('!strip' '!buildflags' 'staticlibs')
makedepends=('mingw-w64-gcc')
source=(recode-${pkgver}.tar.gz::"https://github.com/pinard/recode/tarball/v${pkgver}"
- 'http://ftp.de.debian.org/debian/pool/main/r/recode/recode_3.6-17.diff.gz'
+ 'http://archive.debian.org/debian/pool/main/r/recode/recode_3.6-17.diff.gz'
'recode-3.6-as-if.patch' 'recode-3.6-gettextfix.diff' 'autotools.patch' 'mingw.patch')
md5sums=('f82e9a6ede9119268c13493c9add2809'
'3716ae269074e31add3d29387ff09438'