diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-12 20:28:13 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-12 20:28:13 (GMT) |
commit | 513cdfe60e42a286f5288b3f67695f51cb6fd4c5 (patch) | |
tree | c1a85e8bef8f7ecbdec305d88c0cac7484bd5ddd | |
parent | f1d3fe2f8fdf106fefcd48b4961371843df0f65d (diff) | |
download | linhes_pkgbuild-513cdfe60e42a286f5288b3f67695f51cb6fd4c5.zip linhes_pkgbuild-513cdfe60e42a286f5288b3f67695f51cb6fd4c5.tar.gz linhes_pkgbuild-513cdfe60e42a286f5288b3f67695f51cb6fd4c5.tar.bz2 |
tidy: update to 5.6.0
-rw-r--r-- | abs/extra/tidy/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/tidy/PKGBUILD b/abs/extra/tidy/PKGBUILD index 352e56f..5e94769 100644 --- a/abs/extra/tidy/PKGBUILD +++ b/abs/extra/tidy/PKGBUILD @@ -4,10 +4,10 @@ # Contributor: Markus Meissner <markus@meissna.de> pkgname=tidy -pkgver=5.2.0 +pkgver=5.6.0 pkgrel=1 pkgdesc="A tool to tidy down your HTML code to a clean style" -arch=(i686 x86_64) +arch=(x86_64) url="http://www.html-tidy.org/" license=(custom) depends=(glibc) @@ -16,7 +16,7 @@ conflicts=(tidyhtml) provides=(tidyhtml) replaces=(tidyhtml) source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz") -md5sums=('ffbe6e8471eff90877b4d74bb714e22f') +md5sums=('85c8a163d9ece6a02fe12bc9bddbc455') prepare() { mkdir -p build @@ -38,5 +38,5 @@ package() { 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 + install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } |