summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8be625d0856..ff2885a5ac97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidy-html5-git
pkgdesc = A tool to tidy down your HTML5 code to a clean style
- pkgver = 5.0.0.git_475.3f72b6e
+ pkgver = 5.0.0.git_493.f450263
pkgrel = 1
url = https://github.com/htacg/tidy-html5
arch = i686
@@ -8,8 +8,9 @@ pkgbase = tidy-html5-git
license = custom
makedepends = git
makedepends = cmake
- provides = tidy5
+ provides = tidy
conflicts = tidy-html5
+ conflicts = tidyhtml
source = git://github.com/htacg/tidy-html5.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a0d5b9c3651d..dada374ecfdc 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_475.3f72b6e
+pkgver=5.0.0.git_493.f450263
pkgrel=1
pkgdesc="A tool to tidy down your HTML5 code to a clean style"
url="https://github.com/htacg/tidy-html5"
@@ -10,8 +10,8 @@ license=('custom')
arch=('i686' 'x86_64')
depends=()
makedepends=('git' 'cmake')
-provides=('tidy5')
-conflicts=('tidy-html5')
+provides=('tidy')
+conflicts=('tidy-html5' 'tidyhtml')
source=('git://github.com/htacg/tidy-html5.git')
md5sums=('SKIP')