diff options
author | Simon Wilper | 2017-04-08 23:53:12 +0200 |
---|---|---|
committer | Simon Wilper | 2017-04-08 23:53:12 +0200 |
commit | 7226f1b3b33853909484655c15181726c9795a38 (patch) | |
tree | 4e82542052f7f50aa60e5679a496fb13f5defae1 | |
parent | c22c1220e6967a6a3c21711b605f52f5baa49561 (diff) | |
download | aur-7226f1b3b33853909484655c15181726c9795a38.tar.gz |
Package Name
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ # Maintainer: Simon Wilper <sxw@chronowerks.de> -pkgname=whatwg-html-git -pkgbase=whatwg-html +pkgname=whatwg-html pkgver=latest pkgrel=1 pkgdesc="Clone the WHATWG HTML specification with local resources" @@ -12,7 +11,7 @@ source=(git+https://www.github.com/simonaw/whatwg-html.git) md5sums=('SKIP') _gitroot=https://www.github.com/simonaw/whatwg-html.git -_gitname=whatwg-html +_gitname=${whatwg-html} build() { cd "$srcdir" |