summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-05-15 15:24:46 -0700
committerLlewelyn Trahaearn2017-05-15 15:24:46 -0700
commit9e736ff8a6304b5328c1846fd2fe24df99192967 (patch)
tree46b814a942bae1addc2bf81a36e4b4801fd3d2ea
parenta7fbcdfa8a208b15baf9638df125e6a0677b2913 (diff)
downloadaur-9e736ff8a6304b5328c1846fd2fe24df99192967.tar.gz
Trim out superfluous git pull statement.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac123fa1db61..75224924696f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 22 21:57:19 UTC 2017
+# Mon May 15 22:24:35 UTC 2017
pkgbase = gnome-shell-extension-easyscreencast-git
pkgdesc = Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature.
pkgver = 0.10.r0.gf097a12
diff --git a/PKGBUILD b/PKGBUILD
index 9b146f42304c..3ee3093e09e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ _branch=master
prepare() {
cd "${pkgname}"
git checkout ${_branch}
- git pull
}
pkgver() {