summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2019-10-08 00:12:31 +0200
committerkfg2019-10-08 00:12:31 +0200
commitd6642e3d84b42dceeb5f4c5af5d5009f9d152771 (patch)
treee1e967fa1e39681a21769c6278fccba8f700d6ed /PKGBUILD
parent620937ece767b7eca54b8cf546327069a451f92a (diff)
downloadaur-d6642e3d84b42dceeb5f4c5af5d5009f9d152771.tar.gz
added mingw-w64-wine and help2man to make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90443a806466..3feb18aad9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-recode
pkgver=3.7.6
-pkgrel=1
+pkgrel=2
pkgdesc="Converts files between various character sets and usages (mingw-w64)"
arch=('any')
url='https://github.com/rrthomas/recode'
license=('GPL3' 'LGPL3')
depends=('mingw-w64-crt' 'mingw-w64-gettext')
options=('!strip' '!buildflags' 'staticlibs')
-makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'python')
+makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'mingw-w64-wine' 'python' 'help2man')
source=("https://github.com/rrthomas/recode/releases/download/v${pkgver}/recode-${pkgver}.tar.gz"
"autotools.patch"
"help2man.patch")