summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2019-10-08 00:12:31 +0200
committerkfg2019-10-08 00:12:31 +0200
commitd6642e3d84b42dceeb5f4c5af5d5009f9d152771 (patch)
treee1e967fa1e39681a21769c6278fccba8f700d6ed
parent620937ece767b7eca54b8cf546327069a451f92a (diff)
downloadaur-d6642e3d84b42dceeb5f4c5af5d5009f9d152771.tar.gz
added mingw-w64-wine and help2man to make dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a497ed2ed01c..1241504f42eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Oct 3 10:44:03 UTC 2019
+# Mon Oct 7 22:12:07 UTC 2019
pkgbase = mingw-w64-recode
pkgdesc = Converts files between various character sets and usages (mingw-w64)
pkgver = 3.7.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rrthomas/recode
arch = any
license = GPL3
license = LGPL3
makedepends = mingw-w64-gcc
makedepends = mingw-w64-configure
+ makedepends = mingw-w64-wine
makedepends = python
+ makedepends = help2man
depends = mingw-w64-crt
depends = mingw-w64-gettext
options = !strip
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")