summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-05-15 15:14:09 -0700
committerLlewelyn Trahaearn2017-05-15 15:14:09 -0700
commit7f9683eb39743eab630c604b7f8349c02ca9f248 (patch)
tree4e63bd0fdbeb85669abd6735b68e1c06fee17e2f
parentdc74b43a29318fb00a3e029e5cd856dcceeed8ee (diff)
downloadaur-7f9683eb39743eab630c604b7f8349c02ca9f248.tar.gz
Trim out superflusous statement.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c20d81e01d..a8183906c447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 13 21:44:17 UTC 2017
+# Mon May 15 22:13:47 UTC 2017
pkgbase = ladish-git
pkgdesc = Session management system for JACK.
pkgver = 1.r47.g5fe205f2
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
}