summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2015-06-12 07:19:07 +0200
committerkfg2015-06-12 07:19:07 +0200
commit2e60f289d314e4b13a1e1b69d5da800d1718626d (patch)
treed752b93661036382e6bef620fae9693aa63e497c
parent9d29f8d324e0bb2ebfdb6e7fd2c5d53f95dc6d97 (diff)
downloadaur-2e60f289d314e4b13a1e1b69d5da800d1718626d.tar.gz
Fixed quoting in options array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5f5c93bea27..a97cb6f18319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,9 @@ pkgbase = mingw-w64-recode
makedepends = mingw-w64-gcc
depends = mingw-w64-crt
depends = mingw-w64-gettext
- options = !strip !buildflags staticlibs
+ options = !strip
+ 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 = recode-3.6-as-if.patch
diff --git a/PKGBUILD b/PKGBUILD
index 0fe465118fce..f76d4c2c49ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-recode
pkgver=3.6
-pkgrel=9
+pkgrel=10
pkgdesc="Converts files between various character sets and usages (mingw-w64)"
arch=('any')
url="http://recode.progiciels-bpi.ca/index.html"
license=('GPL' 'LGPL')
depends=('mingw-w64-crt' 'mingw-w64-gettext')
-options=('!strip !buildflags staticlibs')
+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'