summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2014-12-11 17:58:37 -0500
committerJames An2014-12-11 17:58:37 -0500
commit04b3c451c7f6a7d5109fef3a3839c11131e794e5 (patch)
treeb13b7dbcd9536bbdbfd41e907c0ff42f501d874d
parentf274d046147e63ddcd3e1af9ad91d4854e2cee24 (diff)
downloadaur-04b3c451c7f6a7d5109fef3a3839c11131e794e5.tar.gz
Updated htmldoc AUR package.
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog (renamed from Changelog)5
-rw-r--r--PKGBUILD14
3 files changed, 21 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb4f38d3268..597fbd5516a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = htmldoc
pkgdesc = Produce PDF or Postscript from HTML documents including TOCs and Indices
pkgver = 1.8.28
- pkgrel = 1
+ pkgrel = 2
url = http://www.htmldoc.org
install = htmldoc.install
- changelog = Changelog
+ changelog = ChangeLog
arch = i686
arch = x86_64
license = GPL2
@@ -16,8 +16,12 @@ pkgbase = htmldoc
conflicts = htmldoc-svn
source = http://www.msweet.org/files/project1/htmldoc-1.8.28-source.tar.gz
source = errno.patch
+ source = htmldoc.install
+ source = ChangeLog
md5sums = 1c2f379e4535734ececd59d6629b4d2d
md5sums = 2f48488fd485f2583e02b519d6cef553
+ md5sums = 808c3a6920824fdab7b2519d567c92f9
+ md5sums = 3aa5e68c037fd05eaaa44478f438d051
pkgname = htmldoc
diff --git a/Changelog b/ChangeLog
index 7e2a21b871db..b7970c052bed 100644
--- a/Changelog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-11 James An <james@jamesan.ca>
+
+ * 1.8.28-2 :
+ committed rel-1 changes to AUR.
+
2014-08-09 James An <james@jamesan.ca>
* 1.8.28-1 :
diff --git a/PKGBUILD b/PKGBUILD
index 8e3cf70b17d0..e8c13a60824d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,21 +7,27 @@
pkgname=htmldoc
pkgver=1.8.28
-pkgrel=1
+pkgrel=2
pkgdesc="Produce PDF or Postscript from HTML documents including TOCs and Indices"
arch=('i686' 'x86_64')
url="http://www.htmldoc.org"
license=('GPL2')
depends=('libxpm' 'fltk' 'libjpeg' 'openssl' 'shared-mime-info')
conflicts=('htmldoc-svn')
-changelog=Changelog
+changelog=ChangeLog
install=$pkgname.install
source=(
"http://www.msweet.org/files/project1/htmldoc-${pkgver}-source.tar.gz"
'errno.patch'
+ "$pkgname.install"
+ 'ChangeLog'
+)
+md5sums=(
+ '1c2f379e4535734ececd59d6629b4d2d'
+ '2f48488fd485f2583e02b519d6cef553'
+ '808c3a6920824fdab7b2519d567c92f9'
+ '3aa5e68c037fd05eaaa44478f438d051'
)
-md5sums=('1c2f379e4535734ececd59d6629b4d2d'
- '2f48488fd485f2583e02b519d6cef553')
prepare() {
cd "$pkgname-$pkgver"