summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2017-08-18 17:16:52 -0700
committerBuildTools2017-08-18 17:16:52 -0700
commiteb8595004dc6e15fc95abf22acc41db404221d1a (patch)
tree423c470f934967275d28fe90610e4858e0d3f325
parentbed82036a8ccd82c51ed13f50948330901a0788c (diff)
downloadaur-eb8595004dc6e15fc95abf22acc41db404221d1a.tar.gz
opt dep fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2152d30f798..c40c935cc279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 18 02:48:41 UTC 2017
+# Sat Aug 19 00:16:32 UTC 2017
pkgbase = mingw-w64-pcre2
pkgdesc = A library that implements Perl 5-style regular expressions. 2nd version (mingw-w64)
pkgver = 10.23
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-pcre2
makedepends = mingw-w64-bzip2
makedepends = mingw-w64-zlib
depends = mingw-w64-crt
- optdepends = mingw-w64-wineditline
+ optdepends = mingw-w64-readline
optdepends = mingw-w64-bzip2
optdepends = mingw-w64-zlib
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 83f2396e0061..fe3f7471efd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=("BSD")
makedepends=(mingw-w64-configure mingw-w64-readline mingw-w64-bzip2 mingw-w64-zlib)
depends=(mingw-w64-crt)
options=(staticlibs !strip !buildflags)
-optdepends=(mingw-w64-wineditline mingw-w64-bzip2 mingw-w64-zlib)
+optdepends=(mingw-w64-readline mingw-w64-bzip2 mingw-w64-zlib)
source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-$pkgver.tar.bz2"
"bug_2067.patch")
md5sums=('b2cd00ca7e24049040099b0a46bb3649'