summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-03 22:30:13 +0000
committerDaniel Bermond2018-10-03 22:30:13 +0000
commitf479ebbda9f8bf5d84b4f50df92f83a595f2d1b8 (patch)
treec99f7b34f97a14cbbd1b2bc3167615eda812bd55
parentfc2c646de23837acaa2c2f4940e81d5c6c99dca6 (diff)
downloadaur-f479ebbda9f8bf5d84b4f50df92f83a595f2d1b8.tar.gz
Updated to version 1.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog30
-rw-r--r--PKGBUILD4
3 files changed, 35 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 158ed523fe24..4943d8a113ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htmldoc
pkgdesc = HTML Conversion Software
- pkgver = 1.9.3
+ pkgver = 1.9.4
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.3.tar.gz::https://github.com/michaelrsweet/htmldoc/archive/v1.9.3.tar.gz
- sha256sums = 601ad21f6aa7adf57a6fcfeab180dc39d6b99ec2f52f0e559df5bb57f087eb2e
+ source = htmldoc-1.9.4.tar.gz::https://github.com/michaelrsweet/htmldoc/archive/v1.9.4.tar.gz
+ sha256sums = 663598a33f21b4d180f4ffd7219c68f7c84fedb7f1a253a804830a40befb113c
pkgname = htmldoc
diff --git a/ChangeLog b/ChangeLog
index b7970c052bed..d26598dab717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2018-10-03 Daniel Bermond < yahoo-com: danielbermond >
+
+ * 1.9.4-1 :
+ new upstream release
+
+2018-05-02 Daniel Bermond < yahoo-com: danielbermond >
+
+ * 1.9.3-1 :
+ new upstream release
+
+2018-02-07 Daniel Bermond < yahoo-com: danielbermond >
+
+ * 1.9.2-1 :
+ new maintainer
+ new upstream release
+ remove .install file (operations are now handled by pacman hooks)
+ remove errno.patch (it was not beeing applied and is already fixed by upstream)
+ cosmetic changes
+
+2016-03-24 James An <james@jamesan.ca>
+
+ * 1.8.28-2 :
+ new upstream release
+ removed changelog from sources to fix build process
+
+2015-11-17 James An <james@jamesan.ca>
+
+ * 1.8.28-2 :
+ added a basic .gitignore file to exclude typical upstream source files
+
2014-12-11 James An <james@jamesan.ca>
* 1.8.28-2 :
diff --git a/PKGBUILD b/PKGBUILD
index 90ccfb15f760..4b554cd90cb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Simon Rutishauser <simon.rutishauser@gmx.ch>
pkgname=htmldoc
-pkgver=1.9.3
+pkgver=1.9.4
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=('601ad21f6aa7adf57a6fcfeab180dc39d6b99ec2f52f0e559df5bb57f087eb2e')
+sha256sums=('663598a33f21b4d180f4ffd7219c68f7c84fedb7f1a253a804830a40befb113c')
build() {
cd "${pkgname}-${pkgver}"