summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2017-04-08 23:53:12 +0200
committerSimon Wilper2017-04-08 23:53:12 +0200
commit7226f1b3b33853909484655c15181726c9795a38 (patch)
tree4e82542052f7f50aa60e5679a496fb13f5defae1
parentc22c1220e6967a6a3c21711b605f52f5baa49561 (diff)
downloadaur-7226f1b3b33853909484655c15181726c9795a38.tar.gz
Package Name
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d929cbe4e601..644a18eb54cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"