summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-02 15:25:08 +0000
committerDaniel Bermond2018-05-02 15:25:08 +0000
commitfc2c646de23837acaa2c2f4940e81d5c6c99dca6 (patch)
treea0a243f6d615576899666b8f2dcfa082abaadaf6
parentdb965ea253e4fba0bce1c32bc634c96f659d1e6f (diff)
downloadaur-fc2c646de23837acaa2c2f4940e81d5c6c99dca6.tar.gz
Updated to version 1.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a8553d6db3..158ed523fe24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htmldoc
pkgdesc = HTML Conversion Software
- pkgver = 1.9.2
+ pkgver = 1.9.3
pkgrel = 1
url = http://www.msweet.org/htmldoc/index.html
changelog = ChangeLog
@@ -11,8 +11,8 @@ pkgbase = htmldoc
depends = gnutls
depends = fltk
conflicts = htmldoc-git
- source = htmldoc-1.9.2.tar.gz::https://github.com/michaelrsweet/htmldoc/archive/v1.9.2.tar.gz
- sha256sums = f967654f1cd607f80297f46d774b5607cda80ab8199f358d868a7efa77de35d3
+ source = htmldoc-1.9.3.tar.gz::https://github.com/michaelrsweet/htmldoc/archive/v1.9.3.tar.gz
+ sha256sums = 601ad21f6aa7adf57a6fcfeab180dc39d6b99ec2f52f0e559df5bb57f087eb2e
pkgname = htmldoc
diff --git a/PKGBUILD b/PKGBUILD
index e2d6264b2e9f..90ccfb15f760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Simon Rutishauser <simon.rutishauser@gmx.ch>
pkgname=htmldoc
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc='HTML Conversion Software'
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ depends=('libxpm' 'gnutls' 'fltk')
conflicts=('htmldoc-git')
changelog=ChangeLog
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/michaelrsweet/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('f967654f1cd607f80297f46d774b5607cda80ab8199f358d868a7efa77de35d3')
+sha256sums=('601ad21f6aa7adf57a6fcfeab180dc39d6b99ec2f52f0e559df5bb57f087eb2e')
build() {
cd "${pkgname}-${pkgver}"