summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898273b320f5..61805b22fc5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Aug 18 01:33:19 UTC 2016
+# Sat Feb 11 00:19:02 UTC 2017
pkgbase = mingw-w64-aspell
pkgdesc = A spell checker designed to eventually replace Ispell (mingw-w64)
pkgver = 0.60.6.1
- pkgrel = 3
+ pkgrel = 4
url = http://aspell.net/
arch = any
license = LGPL
makedepends = mingw-w64-gcc
- makedepends = mingw-w64-pdcurses-win32a
+ makedepends = mingw-w64-pdcurses
depends = mingw-w64-gettext
- optdepends = mingw-w64-pdcurses-win32a
+ optdepends = mingw-w64-pdcurses
options = !strip
options = !buildflags
options = staticlibs
diff --git a/.gitignore b/.gitignore
index 5b06d8419137..49c4674d6625 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
*.gz
+*.log
*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 19da712116ae..2c1870ef2838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=mingw-w64-aspell
pkgver=0.60.6.1
_pkgmajorver=0.60
-pkgrel=3
+pkgrel=4
pkgdesc="A spell checker designed to eventually replace Ispell (mingw-w64)"
arch=(any)
url="http://aspell.net/"
license=("LGPL")
-makedepends=(mingw-w64-gcc mingw-w64-pdcurses-win32a)
+makedepends=(mingw-w64-gcc mingw-w64-pdcurses)
depends=(mingw-w64-gettext)
options=(!strip !buildflags staticlibs)
-optdepends=(mingw-w64-pdcurses-win32a)
+optdepends=(mingw-w64-pdcurses)
source=("ftp://ftp.gnu.org/gnu/aspell/aspell-${pkgver}.tar.gz"
"0001-use-namespace.mingw.patch"
"0002-printf.mingw.patch"