[arch-commits] Commit in tidy/repos (4 files)

2017-07-10 Thread Jelle van der Waa
Date: Monday, July 10, 2017 @ 15:08:02
  Author: jelle
Revision: 300026

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  tidy/repos/extra-i686/PKGBUILD
(from rev 300025, tidy/trunk/PKGBUILD)
  tidy/repos/extra-x86_64/PKGBUILD
(from rev 300025, tidy/trunk/PKGBUILD)
Deleted:
  tidy/repos/extra-i686/PKGBUILD
  tidy/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-10 15:07:50 UTC (rev 300025)
+++ extra-i686/PKGBUILD 2017-07-10 15:08:02 UTC (rev 300026)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-i686/PKGBUILD (from rev 300025, tidy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-10 15:08:02 UTC (rev 300026)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric 
+# Contributor: Markus Meissner 
+
+pkgname=tidy
+pkgver=5.4.0
+pkgrel=2
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(i686 x86_64)
+url="http://www.html-tidy.org/;
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
+md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-10 15:07:50 UTC (rev 300025)
+++ extra-x86_64/PKGBUILD   2017-07-10 15:08:02 UTC (rev 300026)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-x86_64/PKGBUILD (from rev 300025, tidy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-10 15:08:02 UTC (rev 300026)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 

[arch-commits] Commit in tidy/repos (4 files)

2017-03-15 Thread Antonio Rojas
Date: Wednesday, March 15, 2017 @ 07:14:54
  Author: arojas
Revision: 290853

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  tidy/repos/extra-i686/PKGBUILD
(from rev 290852, tidy/trunk/PKGBUILD)
  tidy/repos/extra-x86_64/PKGBUILD
(from rev 290852, tidy/trunk/PKGBUILD)
Deleted:
  tidy/repos/extra-i686/PKGBUILD
  tidy/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-15 07:14:13 UTC (rev 290852)
+++ extra-i686/PKGBUILD 2017-03-15 07:14:54 UTC (rev 290853)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('ffbe6e8471eff90877b4d74bb714e22f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-i686/PKGBUILD (from rev 290852, tidy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-15 07:14:54 UTC (rev 290853)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric 
+# Contributor: Markus Meissner 
+
+pkgname=tidy
+pkgver=5.4.0
+pkgrel=1
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(i686 x86_64)
+url="http://www.html-tidy.org/;
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
+md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-15 07:14:13 UTC (rev 290852)
+++ extra-x86_64/PKGBUILD   2017-03-15 07:14:54 UTC (rev 290853)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('ffbe6e8471eff90877b4d74bb714e22f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-x86_64/PKGBUILD (from rev 290852, tidy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-15 07:14:54 UTC (rev 290853)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 

[arch-commits] Commit in tidy/repos (4 files)

2016-05-05 Thread Antonio Rojas
Date: Thursday, May 5, 2016 @ 18:44:29
  Author: arojas
Revision: 266955

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  tidy/repos/extra-i686/PKGBUILD
(from rev 266954, tidy/trunk/PKGBUILD)
  tidy/repos/extra-x86_64/PKGBUILD
(from rev 266954, tidy/trunk/PKGBUILD)
Deleted:
  tidy/repos/extra-i686/PKGBUILD
  tidy/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-05 16:43:58 UTC (rev 266954)
+++ extra-i686/PKGBUILD 2016-05-05 16:44:29 UTC (rev 266955)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('b0e95bda662a06e7652c8475cf8e9b1a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-i686/PKGBUILD (from rev 266954, tidy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-05 16:44:29 UTC (rev 266955)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric 
+# Contributor: Markus Meissner 
+
+pkgname=tidy
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(i686 x86_64)
+url="http://www.html-tidy.org/;
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
+md5sums=('ffbe6e8471eff90877b4d74bb714e22f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-05 16:43:58 UTC (rev 266954)
+++ extra-x86_64/PKGBUILD   2016-05-05 16:44:29 UTC (rev 266955)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('b0e95bda662a06e7652c8475cf8e9b1a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-x86_64/PKGBUILD (from rev 266954, tidy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-05 16:44:29 UTC (rev 266955)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z 

[arch-commits] Commit in tidy/repos (4 files)

2016-01-18 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 08:43:07
  Author: arojas
Revision: 258397

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  tidy/repos/staging-i686/PKGBUILD
(from rev 258396, tidy/trunk/PKGBUILD)
  tidy/repos/staging-x86_64/PKGBUILD
(from rev 258396, tidy/trunk/PKGBUILD)
Deleted:
  tidy/repos/staging-i686/PKGBUILD
  tidy/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   84 ++
 staging-i686/PKGBUILD   |   38 
 staging-x86_64/PKGBUILD |   38 
 3 files changed, 84 insertions(+), 76 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-01-19 07:42:42 UTC (rev 258396)
+++ staging-i686/PKGBUILD   2016-01-19 07:43:07 UTC (rev 258397)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('b0e95bda662a06e7652c8475cf8e9b1a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/staging-i686/PKGBUILD (from rev 258396, tidy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-01-19 07:43:07 UTC (rev 258397)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric 
+# Contributor: Markus Meissner 
+
+pkgname=tidy
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(i686 x86_64)
+url="http://www.html-tidy.org/;
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
+md5sums=('b0e95bda662a06e7652c8475cf8e9b1a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-01-19 07:42:42 UTC (rev 258396)
+++ staging-x86_64/PKGBUILD 2016-01-19 07:43:07 UTC (rev 258397)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz;)
-md5sums=('b0e95bda662a06e7652c8475cf8e9b1a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/staging-x86_64/PKGBUILD (from rev 258396, 
tidy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-01-19 07:43:07 UTC (rev 258397)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric 
+# Contributor: Markus Meissner 
+
+pkgname=tidy
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(i686 x86_64)
+url="http://www.html-tidy.org/;