Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
testdisk


Commits:
cc76b036 by Tobias Powalowski at 2024-02-24T21:26:29+01:00
upgpkg: 7.2-1: update to 7.2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = testdisk
+       pkgdesc = Checks and undeletes partitions + PhotoRec, signature based 
recovery tool
+       pkgver = 7.2
+       pkgrel = 1
+       url = https://www.cgsecurity.org/index.html?testdisk.html
+       arch = x86_64
+       license = GPL-3.0-or-later
+       depends = libjpeg
+       depends = openssl
+       depends = ntfsprogs
+       source = https://www.cgsecurity.org/testdisk-7.2.tar.bz2
+       sha256sums = 
f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f
+
+pkgname = testdisk


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 # Contributor: Michal Krenek <mi...@sg1.cz>
 
 pkgname=testdisk
-pkgver=7.1
-pkgrel=5
+pkgver=7.2
+pkgrel=1
 pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
 arch=('x86_64')
 url="https://www.cgsecurity.org/index.html?testdisk.html";
-license=('GPL')
+license=('GPL-3.0-or-later')
 depends=('libjpeg' 'openssl' 'ntfsprogs')
 source=(https://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
 
@@ -25,4 +25,4 @@ package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-sha256sums=('1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe')
+sha256sums=('f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/testdisk/-/commit/cc76b036bcf0b545dadfa9b0d172373d6a93f233

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/testdisk/-/commit/cc76b036bcf0b545dadfa9b0d172373d6a93f233
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to