From fc89550e14ec16c2396aec871b0cd6ad6bb46600 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Tue, 27 May 2014 09:25:30 +0200 Subject: [PATCH] morituri-whatcd-git: Abstract GitHub user and repository name. --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 50d032f462e6..08531dded9b8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,16 @@ _gitname=morituri-whatcd +_gituser=supermanvelo pkgname=$_gitname-git pkgver=23.97dfae8 pkgrel=1 pkgdesc='morituri logger meant for What.CD submissions' arch=('any') -url='https://github.com/supermanvelo/morituri-whatcd' +url="https://github.com/${_gituser}/${_gitname}" license=('GPL3') depends=('morituri' 'python2') makedepends=('git' 'python2-setuptools') provides=('morituri-whatcd') -source=('git+https://github.com/supermanvelo/morituri-whatcd.git') +source=("git+https://github.com/${_gituser}/${_gitname}.git") md5sums=('SKIP') pkgver() {