summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-08-05 22:04:55 +0200
committerNarrat2020-08-05 22:04:55 +0200
commite02c8744cc0d4137f31285e7cb40bf16f6804ccf (patch)
tree9e42bb1f5a9f9ecb91f7dfb687243cb07c9deca5
parentd8c9750cfb8108d9890b592d931cf086950efddb (diff)
downloadaur-e02c8744cc0d4137f31285e7cb40bf16f6804ccf.tar.gz
pdfresurrect: update to 0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55deccf0b764..8aa033a572c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pdfresurrect
pkgdesc = tool aimed at analyzing PDF documents
- pkgver = 0.20
+ pkgver = 0.21
pkgrel = 1
url = https://github.com/enferex/pdfresurrect
arch = x86_64
arch = i686
license = GPL3
depends = glibc
- source = pdfresurrect-0.20.tar.gz::https://github.com/enferex/pdfresurrect/archive/v0.20.tar.gz
- md5sums = 74f1bb4267b28180f522e7cdf252d850
+ source = pdfresurrect-0.21.tar.gz::https://github.com/enferex/pdfresurrect/archive/v0.21.tar.gz
+ md5sums = 5bb2edbe5db15ab9cdac625f4ffa1a5d
pkgname = pdfresurrect
diff --git a/PKGBUILD b/PKGBUILD
index 87a689b6cbec..5e0637028971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Patrick Hof <patrickhof@web.de>
pkgname=pdfresurrect
-pkgver=0.20
+pkgver=0.21
pkgrel=1
pkgdesc="tool aimed at analyzing PDF documents"
#url="http://757labs.org/wiki/Projects/pdfresurrect"
@@ -11,7 +11,7 @@ license=("GPL3")
arch=('x86_64' 'i686')
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/enferex/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('74f1bb4267b28180f522e7cdf252d850')
+md5sums=('5bb2edbe5db15ab9cdac625f4ffa1a5d')
build() {