summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cea7c7235c0b..9623c7191505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Apr 22 17:13:47 UTC 2017
pkgbase = pdf2png
- pkgdesc = Convert PDF books to PNG, JPG, and other image formats.
+ pkgdesc = Convert PDFs to PNG, JPG, and other image formats.
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aadityabagga/pdf2png
arch = any
license = GPL
depends = python-gobject
depends = ghostscript
conflicts = pdf2img-git
- source = http://github.com/aadityabagga/pdf2png/archive/0.5.tar.gz
+ source = https://github.com/aadityabagga/pdf2png/archive/0.5.tar.gz
md5sums = f7cb3d67d5acb978e6ce910dfd213937
pkgname = pdf2png
diff --git a/PKGBUILD b/PKGBUILD
index 78e5a1435e4f..fd2a31e22056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=pdf2png
pkgver=0.5
-pkgrel=1
-pkgdesc="Convert PDF books to PNG, JPG, and other image formats."
+pkgrel=2
+pkgdesc="Convert PDFs to PNG, JPG, and other image formats."
url="https://github.com/aadityabagga/pdf2png"
arch=('any')
license=('GPL')
depends=('python-gobject' 'ghostscript')
makedepends=()
conflicts=('pdf2img-git')
-source=("http://github.com/aadityabagga/pdf2png/archive/${pkgver}.tar.gz")
+source=("https://github.com/aadityabagga/pdf2png/archive/${pkgver}.tar.gz")
md5sums=('f7cb3d67d5acb978e6ce910dfd213937')
package() {