summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-05-15 15:14:09 -0700
committerLlewelyn Trahaearn2017-05-15 15:14:09 -0700
commit7f9683eb39743eab630c604b7f8349c02ca9f248 (patch)
tree4e63bd0fdbeb85669abd6735b68e1c06fee17e2f /PKGBUILD
parentdc74b43a29318fb00a3e029e5cd856dcceeed8ee (diff)
downloadaur-7f9683eb39743eab630c604b7f8349c02ca9f248.tar.gz
Trim out superflusous statement.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aad73aa01230..b5d7f8d298b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ _branch=master
prepare() {
cd "${pkgname}"
git checkout ${_branch}
- git pull
sed -i "s|env python|&2|" ladish_control
sed -i "s|\(RELEASE = \).*|\1True|" wscript
}