git-update: Remove superfluous assignment
commit80e06e5fc3b2ec0e862638852f2b786ed9b01424
authorLukas Fleischer <lfleischer@archlinux.org>
Fri, 14 Aug 2015 10:50:35 +0000 (14 12:50 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Fri, 14 Aug 2015 10:50:35 +0000 (14 12:50 +0200)
treeed32fc1ec02ecbb4b2b7b0d6d41839a0c5a3eb4c
parent4bc6c55d988e508613afafbb7f8173cf1ed3270f
git-update: Remove superfluous assignment

The pkgbase variable already contains the package base name at this
point, no need to reassign it.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
git-interface/git-update.py