summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Minehart2016-03-06 21:37:53 -0600
committerKevin Minehart2016-03-06 21:37:53 -0600
commit8442fd8d846eef671456b6da69a38269791bf9aa (patch)
treeef81bbdaedebd47b08b1675e89482e94b2ca01da
parentf5cc8aa284ae62254e9d95c0f0dfe8192397f6d4 (diff)
downloadaur-8442fd8d846eef671456b6da69a38269791bf9aa.tar.gz
Missed an underscore.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4feefcbb22df..b1000185f322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ depends=('nodejs')
makedepends=('git' 'npm') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("$pkgname")
conflicts=("$pkgname" 'gpmdp')
-source=($gitname::'git+https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-.git#branch=master')
+source=($_gitname::'git+https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-.git#branch=master')
md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_gitname"