summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-10 01:12:46 +0100
committerNarrat2020-01-10 01:12:46 +0100
commit59875cbd51e496206e113a7d870cc28cd508660b (patch)
treeb1114dff6823cf23a53031093cb727ca1102a704
parent5685614e7adb2eb09b76035167df8d7a90f780c4 (diff)
downloadaur-59875cbd51e496206e113a7d870cc28cd508660b.tar.gz
pdfresurrect: update to 0.18
And change upstream url, as the wiki page is not available for the time (or maybe forever)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08fb51088b4..8b5d90a37d72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pdfresurrect
- pkgdesc = PDFResurrect is a tool aimed at analyzing PDF documents
- pkgver = 0.16
+ pkgdesc = tool aimed at analyzing PDF documents
+ pkgver = 0.18
pkgrel = 1
- url = http://757labs.org/wiki/Projects/pdfresurrect
+ url = https://github.com/enferex/pdfresurrect
arch = x86_64
arch = i686
license = GPL3
depends = glibc
- source = pdfresurrect-0.16.tar.gz::https://github.com/enferex/pdfresurrect/archive/v0.16.tar.gz
- md5sums = d526e4b08399cd6fbcf129ec6cd0949b
+ source = pdfresurrect-0.18.tar.gz::https://github.com/enferex/pdfresurrect/archive/v0.18.tar.gz
+ md5sums = 242233eb9dced7d7f02c402bc2a0abec
pkgname = pdfresurrect
diff --git a/PKGBUILD b/PKGBUILD
index 2b3da85faa13..2df69bf09c3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Patrick Hof <patrickhof@web.de>
pkgname=pdfresurrect
-pkgver=0.16
+pkgver=0.18
pkgrel=1
-pkgdesc="PDFResurrect is a tool aimed at analyzing PDF documents"
-url="http://757labs.org/wiki/Projects/pdfresurrect"
+pkgdesc="tool aimed at analyzing PDF documents"
+#url="http://757labs.org/wiki/Projects/pdfresurrect"
+url="https://github.com/enferex/pdfresurrect"
license=("GPL3")
arch=('x86_64' 'i686')
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/enferex/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('d526e4b08399cd6fbcf129ec6cd0949b')
+md5sums=('242233eb9dced7d7f02c402bc2a0abec')
build() {