summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2016-01-18 08:51:35 +0100
committerArthur Vuillard2016-01-18 08:51:35 +0100
commit5036cebbe9b008b1f513241ec12a2611ce2b1d1d (patch)
treea2c12d079f62f6e500e35b28419b1c03e5d7a34c
parentd0043fbd664a17551e48de9f21b5fefa8fbe1dc8 (diff)
downloadaur-5036cebbe9b008b1f513241ec12a2611ce2b1d1d.tar.gz
add tidyhtml in 'provides'
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 144b5aea3da2..bdd02af7a0ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous maintainer: Martin Imobersteg <martin.imobersteg@gmail.com>
pkgname=tidy-html5-git
name=tidy-html5
-pkgver=5.0.0.git_683.0ef4493
+pkgver=5.0.0.git_729.ce6c7de
pkgrel=1
pkgdesc="A tool to tidy down your HTML5 code to a clean style"
url="https://github.com/htacg/tidy-html5"
@@ -10,7 +10,7 @@ license=('custom')
arch=('i686' 'x86_64')
depends=()
makedepends=('git' 'cmake')
-provides=('tidy')
+provides=('tidy' 'tidyhtml')
conflicts=('tidy-html5' 'tidyhtml')
source=('git://github.com/htacg/tidy-html5.git')
md5sums=('SKIP')