summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Scholz2022-10-21 10:22:42 +0200
committerChristoph Scholz2022-10-21 10:22:42 +0200
commit97dbdc97faa670697d10c3802073b743879d2762 (patch)
treebea38396b1f9881ded73cf541480271622b6874e
parent364248ec483b98e29dba52e146dc2c08b2c1609c (diff)
downloadaur-97dbdc97faa670697d10c3802073b743879d2762.tar.gz
updated to v4.3.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c23d38d912e3..0821f5f35ccb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pdfsam
pkgdesc = A free open source tool to split and merge pdf documents
- pkgver = 4.3.3
- pkgrel = 2
+ pkgver = 4.3.4
+ pkgrel = 1
url = https://www.pdfsam.org/
arch = any
license = AGPL3
@@ -10,10 +10,10 @@ pkgbase = pdfsam
depends = hicolor-icon-theme
depends = java-runtime=11
depends = sh
- noextract = pdfsam-4.3.3-linux.tar.gz
- source = https://github.com/torakiki/pdfsam/releases/download/v4.3.3/pdfsam-4.3.3-linux.tar.gz
+ noextract = pdfsam-4.3.4-linux.tar.gz
+ source = https://github.com/torakiki/pdfsam/releases/download/v4.3.4/pdfsam-4.3.4-linux.tar.gz
source = pdfsam
- sha512sums = 687cfe2cec1fdf11d6bdd73c49bc45a41ce3b012ef5d349849c410d1ffcc0125b4d71b64a239a1a9eb071231351a75c12e4b4c517a3ba59b6807f2086683c8df
+ sha512sums = a992638841bf9b6b2fac2956fed41235642d43b56d6fc072c810da40ac898be7b7c26d932058fb232c45149e7af068cf772fc2ff6ea568b9dda6ae0ac2e971ce
sha512sums = ed56a87487a9f7e512e69203fe10304dd4187618ae2f06069f5381b8576888021fd2e9044369c216a661509fa622de4e1e3a67ad1f79b6d72a11a7aaa45e0a3c
pkgname = pdfsam
diff --git a/PKGBUILD b/PKGBUILD
index 0eb10eef9ad4..4db28ce394c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Tom <reztho at archlinux dot us>
pkgname=pdfsam
-pkgver=4.3.3
-pkgrel=2
+pkgver=4.3.4
+pkgrel=1
pkgdesc="A free open source tool to split and merge pdf documents"
arch=('any')
url="https://www.pdfsam.org/"
@@ -51,5 +51,5 @@ package() {
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
-sha512sums=('687cfe2cec1fdf11d6bdd73c49bc45a41ce3b012ef5d349849c410d1ffcc0125b4d71b64a239a1a9eb071231351a75c12e4b4c517a3ba59b6807f2086683c8df'
+sha512sums=('a992638841bf9b6b2fac2956fed41235642d43b56d6fc072c810da40ac898be7b7c26d932058fb232c45149e7af068cf772fc2ff6ea568b9dda6ae0ac2e971ce'
'ed56a87487a9f7e512e69203fe10304dd4187618ae2f06069f5381b8576888021fd2e9044369c216a661509fa622de4e1e3a67ad1f79b6d72a11a7aaa45e0a3c')