summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-10-22 20:04:22 +0800
committerpingplug2020-10-22 20:04:22 +0800
commit575be89027a94bf3784c5483fbb6e3226e070455 (patch)
tree5540ce27baa31d3d4f6d120e3420cabcc1132bd3
parentcb99c136d1278de75c0ae5a86e78b75c36a57073 (diff)
downloadaur-575be89027a94bf3784c5483fbb6e3226e070455.tar.gz
Revert "fix depends"
This reverts commit cb99c136d1278de75c0ae5a86e78b75c36a57073.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7c895a5985d..5fda08404f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mingw-w64-readline
pkgdesc = GNU readline library (mingw-w64)
pkgver = 8.0.004
- pkgrel = 2
+ pkgrel = 1
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-win32a
+ depends = mingw-w64-pdcurses
options = !strip
options = staticlibs
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index f953402c744e..da86ea947f48 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=2
+pkgrel=1
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-win32a')
+ 'mingw-w64-pdcurses')
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("https://ftp.gnu.org/gnu/readline/readline-${_basever}.tar.gz"{,.sig})