summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaditya Bagga2020-12-06 21:50:58 +0530
committerAaditya Bagga2020-12-06 21:50:58 +0530
commit9b393f3c41be8d855a7ec2e01b53e317ba4988fd (patch)
treee1fdaa12dbc7a0782c567235be2a634173b8bcd7
parent9ac85a1136336ee7c12ea558d38911f0e99995b6 (diff)
downloadaur-9b393f3c41be8d855a7ec2e01b53e317ba4988fd.tar.gz
update for version 0.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2281452e294d..07c1b5947e65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 6 15:50:24 UTC 2020
+# Sun Dec 6 16:20:19 UTC 2020
pkgbase = pdf2png
pkgdesc = Convert PDFs to PNG, JPG, and other image formats
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/abchk1234/pdf2png
arch = any
@@ -10,8 +10,8 @@ pkgbase = pdf2png
depends = python-gobject
depends = ghostscript
conflicts = pdf2img-git
- source = https://github.com/abchk1234/pdf2png/archive/0.5.1.tar.gz
- md5sums = 68bd5741e71858ccce25815503f8c7e3
+ source = https://github.com/abchk1234/pdf2png/archive/0.5.2.tar.gz
+ md5sums = 715f12b459d72b8db216c66a3b7287bf
pkgname = pdf2png
diff --git a/PKGBUILD b/PKGBUILD
index c310c4b6903f..bd8db1db506b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aaditya <aaditya_gnulinux@zoho.com>
pkgname=pdf2png
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Convert PDFs to PNG, JPG, and other image formats"
url="https://github.com/abchk1234/pdf2png"
@@ -11,7 +11,7 @@ depends=('python-gobject' 'ghostscript')
makedepends=()
conflicts=('pdf2img-git')
source=("https://github.com/abchk1234/pdf2png/archive/${pkgver}.tar.gz")
-md5sums=('68bd5741e71858ccce25815503f8c7e3')
+md5sums=('715f12b459d72b8db216c66a3b7287bf')
package() {
cd "${pkgname}-${pkgver}"