summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2014-05-27 09:25:30 +0200
committerFrederik "Freso" S. Olesen2014-05-27 09:25:30 +0200
commitfc89550e14ec16c2396aec871b0cd6ad6bb46600 (patch)
tree55251f67f49cba28146bcb5aa92b462b5c3a0012
parent4934c57187ceb64792a577e48493f88393283915 (diff)
downloadaur-fc89550e14ec16c2396aec871b0cd6ad6bb46600.tar.gz
morituri-whatcd-git: Abstract GitHub user and repository name.
-rw-r--r--PKGBUILD5
1 files 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() {