summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2015-11-22 23:52:45 +0100
committerGiovanni Santini2015-11-22 23:52:45 +0100
commit55bf206ac0877342b2046238abc7df83ba81ea42 (patch)
tree599a6d43f5df2c5833d5ff5ee5cfc1937005f711
parentd44ef7cc391608b3ec5f92af2ed1c3e1dc5188c2 (diff)
downloadaur-55bf206ac0877342b2046238abc7df83ba81ea42.tar.gz
upgpkg: chm2pdf 0.9.1-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3662abbb7a39..243dfcb8918f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chm2pdf
pkgdesc = A simple Python script that converts CHM files into PDF files.
pkgver = 0.9.1
- pkgrel = 3
+ pkgrel = 4
url = http://code.google.com/p/chm2pdf/
changelog = Changelog
arch = any
@@ -10,7 +10,7 @@ pkgbase = chm2pdf
depends = python2-pychm
optdepends = python2-beautifulsoup3: makes HTML files of CHM standards compliant
source = http://www.karakas-online.de/downloads/chm2pdf-0.9.1.tar.gz
- sha256sums = 204293c264c94bd17f56925d21d20b9f69a96136836198ba1a5014fe128ec3b0
+ sha256sums = 711f8ec9caaebf978876a33e6b6b27f4dc2de61080458e9c05c25b668aebfac4
pkgname = chm2pdf
diff --git a/PKGBUILD b/PKGBUILD
index 07324a5f97b8..e8747373cd31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Ognjen Vidovic <ognjen.vidovic at gmail dot com>
+# Maintainer: Giovanni Santini <giovannisantini93@yahoo.it>
+# Contributor: Ognjen Vidovic <ognjen.vidovic at gmail dot com>
# Contributor: Mariusz Libera <mariusz.libera@gmail.com>
# Contributor: fes0
# Contributor: Rodrigo Coacci <rcoacci@gmail.com>
pkgname=chm2pdf
pkgver=0.9.1
-pkgrel=3
+pkgrel=4
pkgdesc="A simple Python script that converts CHM files into PDF files."
arch=('any')
url="http://code.google.com/p/chm2pdf/"
@@ -13,8 +14,7 @@ depends=('htmldoc' 'python2-pychm')
optdepends=('python2-beautifulsoup3: makes HTML files of CHM standards compliant')
changelog="Changelog"
source=("http://www.karakas-online.de/downloads/${pkgname}-${pkgver}.tar.gz")
-
-sha256sums=('204293c264c94bd17f56925d21d20b9f69a96136836198ba1a5014fe128ec3b0')
+sha256sums=('711f8ec9caaebf978876a33e6b6b27f4dc2de61080458e9c05c25b668aebfac4')
prepare() {
cd "$srcdir/$pkgname-$pkgver"