summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b6835d9ac48..dd6904645e7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 17:12:13 UTC 2016
+# Fri Jul 8 23:02:38 UTC 2016
pkgbase = vpaint
pkgdesc = VPaint is an experimental vector graphics editor based on the Vector Animation Complex technology.
pkgver = 1.6
diff --git a/PKGBUILD b/PKGBUILD
index cf2997aab7c7..d1f5b85dfa90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
export QT_SELECT=5
- qmake ../src/VPaint.pro -r -spec linux-g++ QMAKE_CXXFLAGS+="-fPIC -fno-delete-null-pointer-checks"
+ qmake ../src/VPaint.pro -r -spec linux-g++ QMAKE_CXXFLAGS+="-fPIC -fno-delete-null-pointer-checks"
make
}