summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-05-03 17:05:53 -0700
committerLlewelyn Trahaearn2017-05-03 17:05:53 -0700
commit30ee8c547cabd0376f37b1ac5a4b1632a0c84c97 (patch)
treec96aaef654d104fc74b40c5c4e7edd2876ace595
parentf410a08d91b6c3f7a2d7ad603c50ea4547950280 (diff)
downloadaur-30ee8c547cabd0376f37b1ac5a4b1632a0c84c97.tar.gz
Remove habitually added, superfluous flag.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffea3f91846c..31868ea97ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 3 23:56:08 UTC 2017
+# Thu May 4 00:05:04 UTC 2017
pkgbase = vsxu
pkgdesc = A free to use program that lets you create and perform real-time audio visual presets.
pkgver = 0.6.0
diff --git a/PKGBUILD b/PKGBUILD
index 23a9a4a3ce47..e02a0bb92450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ sha512sums=('SKIP')
prepare() {
cd "${pkgname}"
[[ -d build ]] || mkdir build
- git submodule update --init --recursive
+ git submodule update --init
}
build() {