From f7112473ac6b5bb913e4465afaef7f2e9826f3bf Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 23 Jul 2024 11:32:41 +0000 Subject: [PATCH] extra/partclone to 0.3.32-1 --- extra/partclone/.SRCINFO | 6 +++--- extra/partclone/.nvchecker.toml | 3 +++ extra/partclone/PKGBUILD | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 extra/partclone/.nvchecker.toml diff --git a/extra/partclone/.SRCINFO b/extra/partclone/.SRCINFO index 9ad4359e9..e1f04dc78 100644 --- a/extra/partclone/.SRCINFO +++ b/extra/partclone/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = partclone pkgdesc = Utilities to save and restore used blocks on a partition - pkgver = 0.3.31 + pkgver = 0.3.32 pkgrel = 1 url = https://partclone.org arch = x86_64 license = GPL depends = ntfs-3g depends = nilfs-utils - source = partclone-0.3.31.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.31.tar.gz - sha256sums = a6544d8e2490945591df89a7684a063083689f9a525ba135f77802e63659c36e + source = partclone-0.3.32.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.32.tar.gz + sha256sums = 95bdd598208cc78d8952738624540bf0cb978d24b773d20208f78f057e63a3e4 pkgname = partclone diff --git a/extra/partclone/.nvchecker.toml b/extra/partclone/.nvchecker.toml new file mode 100644 index 000000000..d90a5b7f8 --- /dev/null +++ b/extra/partclone/.nvchecker.toml @@ -0,0 +1,3 @@ +[partclone] +source = "git" +git = "https://github.com/Thomas-Tsai/partclone.git" diff --git a/extra/partclone/PKGBUILD b/extra/partclone/PKGBUILD index 5682e57ca..70da29235 100644 --- a/extra/partclone/PKGBUILD +++ b/extra/partclone/PKGBUILD @@ -8,7 +8,7 @@ # - remove fail-mbr from build pkgname=partclone -pkgver=0.3.31 +pkgver=0.3.32 pkgrel=1 pkgdesc="Utilities to save and restore used blocks on a partition" arch=('x86_64') @@ -16,7 +16,7 @@ url="https://partclone.org" license=('GPL') depends=('ntfs-3g' 'nilfs-utils') source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz) -sha256sums=('a6544d8e2490945591df89a7684a063083689f9a525ba135f77802e63659c36e') +sha256sums=('95bdd598208cc78d8952738624540bf0cb978d24b773d20208f78f057e63a3e4') build() { cd $pkgname-$pkgver