summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2017-06-26 15:43:56 +0200
committerGiovanni Santini2017-06-26 15:43:56 +0200
commita28f5903d8c29e4302fe6af9455732aab3713b91 (patch)
tree9026dbb573b5c49c53cdb1497b98ae89ec1bfb0d /PKGBUILD
parent55bf206ac0877342b2046238abc7df83ba81ea42 (diff)
downloadaur-chm2pdf.tar.gz
upgpkg: chm2pdf 0.9.1-5
- No-check URL adjustment following @verant suggestion
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8747373cd31..25af540dbd42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Rodrigo Coacci <rcoacci@gmail.com>
pkgname=chm2pdf
pkgver=0.9.1
-pkgrel=4
+pkgrel=5
pkgdesc="A simple Python script that converts CHM files into PDF files."
arch=('any')
url="http://code.google.com/p/chm2pdf/"
@@ -13,8 +13,8 @@ license=('GPL2')
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=('711f8ec9caaebf978876a33e6b6b27f4dc2de61080458e9c05c25b668aebfac4')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('204293c264c94bd17f56925d21d20b9f69a96136836198ba1a5014fe128ec3b0')
prepare() {
cd "$srcdir/$pkgname-$pkgver"