summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-26 18:55:21 +0000
committerDaniel Bermond2018-10-26 18:55:21 +0000
commitb117de0c2a781078020f5becaad3fcd015d4a436 (patch)
treec508af43016763aa5eb3a482d67cc2f37643715b
parentf479ebbda9f8bf5d84b4f50df92f83a595f2d1b8 (diff)
downloadaur-b117de0c2a781078020f5becaad3fcd015d4a436.tar.gz
Fixes
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4943d8a113ec..965aab270816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htmldoc
pkgdesc = HTML Conversion Software
pkgver = 1.9.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.msweet.org/htmldoc/index.html
changelog = ChangeLog
arch = i686
@@ -10,7 +10,6 @@ pkgbase = htmldoc
depends = libxpm
depends = gnutls
depends = fltk
- conflicts = htmldoc-git
source = htmldoc-1.9.4.tar.gz::https://github.com/michaelrsweet/htmldoc/archive/v1.9.4.tar.gz
sha256sums = 663598a33f21b4d180f4ffd7219c68f7c84fedb7f1a253a804830a40befb113c
diff --git a/PKGBUILD b/PKGBUILD
index 4b554cd90cb4..29570a8dd4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
# Contributor: James An <james@jamesan.ca>
# Contributor: Mariusz Libera <mariusz.libera@gmail.com>
# Contributor: mortdeus <mortdeus@gocos2d.org>
@@ -8,13 +8,12 @@
pkgname=htmldoc
pkgver=1.9.4
-pkgrel=1
+pkgrel=2
pkgdesc='HTML Conversion Software'
arch=('i686' 'x86_64')
url='http://www.msweet.org/htmldoc/index.html'
license=('GPL2')
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=('663598a33f21b4d180f4ffd7219c68f7c84fedb7f1a253a804830a40befb113c')