summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhuoyun Wei2015-05-18 21:36:49 +0800
committerZhuoyun Wei2015-05-18 21:36:49 +0800
commit16b9a233907aa6d5fd25d2878f796f3c0925c47b (patch)
treee1f2e485febb7f463b27938e31b9bb5473a6726f /PKGBUILD
parentd3b1be01e23d58c73fd98b1879245590521862d4 (diff)
downloadaur-16b9a233907aa6d5fd25d2878f796f3c0925c47b.tar.gz
[telegram-purple] Swap the order of checkout and submodule
... per suggestion of cd @pm_l at https://aur.archlinux.org/packages/telegram-purple/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ca019fc9d0c..a1c415733a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ sha256sums=('SKIP')
prepare() {
cd "${srcdir}/${pkgname}"
- git submodule update --init --recursive
git checkout $_pkgver
+ git submodule update --init --recursive
}
build() {