summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdfc4fab7e5e..57e83388ceb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=pdf-redact-tools
-pkgver=0.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Securely redact and strip metadata from docs before publishing"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/firstlook/pdf-redact-tools"
license=(GPLv3)
depends=('python2' 'imagemagick' 'perl-image-exiftool')
source=("https://github.com/firstlook/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9d5f095e5d056eb527c08c4736b45c99aa6399424dd6ed7155e3d7cd1600c55e')
+sha256sums=('5874a7b76be15ccaa4c20874299ef51fbaf520a858229a58678bc72a305305fc')
package() {
cd $srcdir/${pkgname}-${pkgver}