Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages /
partclone
Commits:
3da41a0f by Jonathan Steel at 2023-10-08T07:27:51+01:00
upgpkg: 0.3.27-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = partclone
pkgdesc = Utilities to save and restore used blocks on a partition
- pkgver = 0.3.26
+ pkgver = 0.3.27
pkgrel = 1
url = https://partclone.org
arch = x86_64
license = GPL
depends = ntfs-3g
depends = nilfs-utils
- source =
partclone-0.3.26.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.26.tar.gz
- sha256sums =
81a8168520d1e5b77f0d438411472f68b2482ce7ddde79dfa1735a3882994ad9
+ source =
partclone-0.3.27.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.27.tar.gz
+ sha256sums =
933e81dceb9c05bd2cb6027ef115a4422eb35b2bc05ed9a5fd42f637dfba5c17
pkgname = partclone
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.3.26
+pkgver=0.3.27
pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('x86_64')
@@ -13,7 +13,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=('81a8168520d1e5b77f0d438411472f68b2482ce7ddde79dfa1735a3882994ad9')
+sha256sums=('933e81dceb9c05bd2cb6027ef115a4422eb35b2bc05ed9a5fd42f637dfba5c17')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/3da41a0f912ed86dccc1663aba19f73640346249
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/partclone/-/commit/3da41a0f912ed86dccc1663aba19f73640346249
You're receiving this email because of your account on gitlab.archlinux.org.