summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-10-22 09:18:30 +0800
committerpingplug2020-10-22 09:18:30 +0800
commitcb99c136d1278de75c0ae5a86e78b75c36a57073 (patch)
treeaae222d718d986ee35eebde1a4e899053f0aec3c
parentfec67511faca550ca126ac2927a0417d9c800fb4 (diff)
downloadaur-cb99c136d1278de75c0ae5a86e78b75c36a57073.tar.gz
fix depends
-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})