summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaditya Bagga2017-04-22 22:44:30 +0530
committerAaditya Bagga2017-04-22 22:44:30 +0530
commit667a6c1de054f9e2a0a5ba13371c65919a053c61 (patch)
treeacb729ba95a18e6c20f4e6256bf7f6c908f25e37
parent58773844efaa6560e4e1bcc04dc13ea7382d25ba (diff)
downloadaur-667a6c1de054f9e2a0a5ba13371c65919a053c61.tar.gz
changed download link url to use https
thx to fightcookie for the report
-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() {