summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-09-21 23:44:59 +0800
committerChocobo12020-09-21 23:54:10 +0800
commit7ed29c726bdaa9cd3e561757bb80baabcc0074df (patch)
tree9e618c79212e88881520a2b759c9a1fac374feeb
parent66e3ca1d7d4bd09ff9262ad121ed5225c1fbb47b (diff)
downloadaur-7ed29c726bdaa9cd3e561757bb80baabcc0074df.tar.gz
upgpkg: ncurses-git 6.2.20200919.r0.gfceb2b7d-1
Add `--without-ada` flag as requested by shoober420[1] for pretending there was something wrong with the ada bindings. https://aur.archlinux.org/account/shoober420
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25fd07ca2b3e..eb361a0f4d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncurses-git
pkgdesc = Screen handling and optimization package
- pkgver = 6.1.20200111.r0.g431911e0
+ pkgver = 6.2.20200919.r0.gfceb2b7d
pkgrel = 1
url = https://invisible-island.net/ncurses/ncurses.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 91212aded71c..ea4f2510ea6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=ncurses-git
-pkgver=6.1.20200111.r0.g431911e0
+pkgver=6.2.20200919.r0.gfceb2b7d
pkgrel=1
pkgdesc="Screen handling and optimization package"
arch=('i686' 'x86_64')
@@ -33,6 +33,7 @@ build() {
--with-cxx-shared \
--with-pkg-config-libdir="/usr/lib/pkgconfig" \
--with-shared \
+ --without-ada \
--without-debug
make
}