summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-04-27 19:24:12 +0200
committerNicola Murino2017-04-27 19:24:12 +0200
commit9dd58ceea15455b9e296507b478a685253b314b3 (patch)
treebf542532f5eb56182329cbccab9f82c7c23e4319
parentbe98f6f004aa36c0d1dca5497f4d3defd2b0e014 (diff)
downloadaur-9dd58ceea15455b9e296507b478a685253b314b3.tar.gz
fix whitespace in configure
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ea79c543c63..02b31f788cde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 17:21:12 UTC 2017
+# Thu Apr 27 17:24:00 UTC 2017
pkgbase = mingw-w64-libsoup
pkgdesc = HTTP client/server library (mingw-w64)
pkgver = 2.58.0
- pkgrel = 1
+ pkgrel = 2
url = https://download.gnome.org/sources/libsoup
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 05ae6bddb284..39fb9fc172d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsoup
pkgver=2.58.0
-pkgrel=1
+pkgrel=2
pkgdesc="HTTP client/server library (mingw-w64)"
arch=(any)
url="https://download.gnome.org/sources/libsoup"
@@ -21,7 +21,7 @@ build() {
${_arch}-configure \
--without-gnome \
--disable-more-warnings \
- --disable-vala \
+ --disable-vala \
--with-gssapi=no
make
popd