summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-01-28 18:25:12 +0100
committerMichel Zou2016-01-28 18:25:12 +0100
commita327380f18eda76feea2ba61faa1ea5160ff228c (patch)
tree28ff4cd63b3bf7cb2d27bd447ed3f3f630c56dc4
parentba33f5f5c0a2e0988b2d5ecb662a18407ddb3a48 (diff)
downloadaur-a327380f18eda76feea2ba61faa1ea5160ff228c.tar.gz
no makeflags
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1488338181ae..e8098a99b7c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 21:00:37 UTC 2016
+# Thu Jan 28 17:25:12 UTC 2016
pkgbase = mingw-w64-sqlite
pkgdesc = A C library that implements an SQL database engine (mingw-w64)
pkgver = 3.10.2
@@ -15,6 +15,7 @@ pkgbase = mingw-w64-sqlite
options = !buildflags
options = !strip
options = staticlibs
+ options = !makeflags
source = http://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz
sha1sums = ea4156fc3f6a4a4a2752a5a3ac5c5b3fe7e1a24b
diff --git a/PKGBUILD b/PKGBUILD
index 302030bf4c27..af8d30d7c52b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
groups=(mingw-w64)
depends=(mingw-w64-crt)
makedepends=(mingw-w64-configure mingw-w64-pdcurses mingw-w64-readline)
-options=(!buildflags !strip staticlibs)
+options=(!buildflags !strip staticlibs !makeflags)
license=('custom:Public Domain')
url="http://www.sqlite.org/"
source=("http://www.sqlite.org/2016/sqlite-autoconf-$_amalgamationver.tar.gz")