summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fda08404f79..c7c895a5985d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mingw-w64-readline
pkgdesc = GNU readline library (mingw-w64)
pkgver = 8.0.004
- pkgrel = 1
+ pkgrel = 2
url = https://tiswww.case.edu/php/chet/readline/rltop.html
arch = any
license = GPL
makedepends = mingw-w64-configure
depends = mingw-w64-crt
- depends = mingw-w64-pdcurses
+ depends = mingw-w64-pdcurses-win32a
options = !strip
options = staticlibs
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index da86ea947f48..f953402c744e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-readline
pkgver=${_basever}.${_patchlevel}
-pkgrel=1
+pkgrel=2
pkgdesc="GNU readline library (mingw-w64)"
arch=('any')
url="https://tiswww.case.edu/php/chet/readline/rltop.html"
license=('GPL')
depends=('mingw-w64-crt'
- 'mingw-w64-pdcurses')
+ 'mingw-w64-pdcurses-win32a')
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("https://ftp.gnu.org/gnu/readline/readline-${_basever}.tar.gz"{,.sig})