summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bilke2015-06-24 12:23:49 +0200
committerAndreas Bilke2015-06-24 12:23:49 +0200
commit1bc5fc2a125e08aee83233425de76f9b594539d8 (patch)
tree47cb123f9cf3316a77aa4bb45e41327272e8a709
parent47a58a61b6dda3b5a03dd716a60384156b032eb6 (diff)
downloadaur-1bc5fc2a125e08aee83233425de76f9b594539d8.tar.gz
pdfpc no longer use submodules
remove submodule init/update from prepare()
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67720ddd00e5..d4b802b1bc87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,6 @@ pkgver() {
prepare() {
cd "$pkgname"
- git submodule init
- git submodule update
}
build() {