summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-11-09 23:50:20 +0100
committerNarrat2022-11-09 23:50:20 +0100
commitf1fa886446bf79035ac5d6b88d2e7cc0a7751149 (patch)
tree953e6ce1047573dd6d5cf33206b6fd405be40da7
parentb4b1ef20fe4172b61b656653f31273c286adab96 (diff)
downloadaur-f1fa886446bf79035ac5d6b88d2e7cc0a7751149.tar.gz
pdfresurrect: update to 0.23
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d25ae16f2ae..2f9202feeb72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = pdfresurrect
pkgdesc = tool aimed at analyzing PDF documents
- pkgver = 0.22
+ pkgver = 0.23
pkgrel = 1
url = https://github.com/enferex/pdfresurrect
arch = x86_64
arch = i686
license = GPL3
depends = glibc
- source = pdfresurrect-0.22.tar.gz::https://github.com/enferex/pdfresurrect/archive/v0.22.tar.gz
- md5sums = ce36d602c0d7a4ad90d5a6fb3196d7de
+ source = pdfresurrect-0.23.tar.gz::https://github.com/enferex/pdfresurrect/archive/v0.23.tar.gz
+ md5sums = 7fe4d8cd92b93406f947d2f8deff44f5
pkgname = pdfresurrect
-
diff --git a/PKGBUILD b/PKGBUILD
index ba73a4d46fc5..aa26a77af94d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Patrick Hof <patrickhof@web.de>
pkgname=pdfresurrect
-pkgver=0.22
+pkgver=0.23
pkgrel=1
pkgdesc="tool aimed at analyzing PDF documents"
url="https://github.com/enferex/pdfresurrect"
@@ -10,7 +10,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=('ce36d602c0d7a4ad90d5a6fb3196d7de')
+md5sums=('7fe4d8cd92b93406f947d2f8deff44f5')
build() {