summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaditya Bagga2020-12-06 21:22:15 +0530
committerAaditya Bagga2020-12-06 21:22:15 +0530
commit9ac85a1136336ee7c12ea558d38911f0e99995b6 (patch)
tree1d479494957769ca9d7af2ddce04c3198db22cc5
parent667a6c1de054f9e2a0a5ba13371c65919a053c61 (diff)
downloadaur-9ac85a1136336ee7c12ea558d38911f0e99995b6.tar.gz
update for version 0.5.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9623c7191505..2281452e294d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Apr 22 17:13:47 UTC 2017
+# Sun Dec 6 15:50:24 UTC 2020
pkgbase = pdf2png
- pkgdesc = Convert PDFs to PNG, JPG, and other image formats.
- pkgver = 0.5
- pkgrel = 2
- url = https://github.com/aadityabagga/pdf2png
+ pkgdesc = Convert PDFs to PNG, JPG, and other image formats
+ pkgver = 0.5.1
+ pkgrel = 1
+ url = https://github.com/abchk1234/pdf2png
arch = any
license = GPL
depends = python-gobject
depends = ghostscript
conflicts = pdf2img-git
- source = https://github.com/aadityabagga/pdf2png/archive/0.5.tar.gz
- md5sums = f7cb3d67d5acb978e6ce910dfd213937
+ source = https://github.com/abchk1234/pdf2png/archive/0.5.1.tar.gz
+ md5sums = 68bd5741e71858ccce25815503f8c7e3
pkgname = pdf2png
diff --git a/PKGBUILD b/PKGBUILD
index fd2a31e22056..c310c4b6903f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: aaditya <aaditya_gnulinux@zoho.com>
pkgname=pdf2png
-pkgver=0.5
-pkgrel=2
-pkgdesc="Convert PDFs to PNG, JPG, and other image formats."
-url="https://github.com/aadityabagga/pdf2png"
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Convert PDFs to PNG, JPG, and other image formats"
+url="https://github.com/abchk1234/pdf2png"
arch=('any')
license=('GPL')
depends=('python-gobject' 'ghostscript')
makedepends=()
conflicts=('pdf2img-git')
-source=("https://github.com/aadityabagga/pdf2png/archive/${pkgver}.tar.gz")
-md5sums=('f7cb3d67d5acb978e6ce910dfd213937')
+source=("https://github.com/abchk1234/pdf2png/archive/${pkgver}.tar.gz")
+md5sums=('68bd5741e71858ccce25815503f8c7e3')
package() {
cd "${pkgname}-${pkgver}"