Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
pdfgrep
Commits:
40016d88 by Caleb Maclennan at 2024-03-26T02:34:11+03:00
upgpkg: 2.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = pdfgrep
pkgdesc = A tool to search text in PDF files
- pkgver = 2.1.2
- pkgrel = 4
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://pdfgrep.org
arch = x86_64
license = GPL-2.0-or-later
depends = pcre
depends = poppler
- source = https://pdfgrep.org/download/pdfgrep-2.1.2.tar.gz
- sha256sums =
0ef3dca1d749323f08112ffe68e6f4eb7bc25f56f90a2e933db477261b082aba
+ source = https://pdfgrep.org/download/pdfgrep-2.2.0.tar.gz
+ sha256sums =
0661e531e4c0ef097959aa1c9773796585db39c72c84a02ff87d2c3637c620cb
pkgname = pdfgrep
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: josephgbr <[email protected]>
pkgname=pdfgrep
-pkgver=2.1.2
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
pkgdesc='A tool to search text in PDF files'
arch=(x86_64)
url='https://pdfgrep.org'
@@ -15,7 +15,7 @@ depends=(pcre
poppler)
_archive="$pkgname-$pkgver"
source=("$url/download/$_archive.tar.gz")
-sha256sums=('0ef3dca1d749323f08112ffe68e6f4eb7bc25f56f90a2e933db477261b082aba')
+sha256sums=('0661e531e4c0ef097959aa1c9773796585db39c72c84a02ff87d2c3637c620cb')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfgrep/-/commit/40016d88107055fd24442de54834ca02d34d1cad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfgrep/-/commit/40016d88107055fd24442de54834ca02d34d1cad
You're receiving this email because of your account on gitlab.archlinux.org.