summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo Guilbert2016-07-08 19:02:55 -0400
committerGabriel-Andrew Pollo Guilbert2016-07-08 19:02:55 -0400
commit38b4e4d9c3c8387e576ff4f463d3800f5f8eeecd (patch)
tree11a2e6fed2650daf6f8d910be8eeb2b3c02cdcd4
parent5be157ed196a808733c433f1aed524b3d0fbc4fc (diff)
downloadaur-38b4e4d9c3c8387e576ff4f463d3800f5f8eeecd.tar.gz
Update srcinfo
-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
}