summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {