mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/partclone to 0.3.32-1
This commit is contained in:
parent
c2f72b506c
commit
f7112473ac
3 changed files with 8 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = partclone
|
pkgbase = partclone
|
||||||
pkgdesc = Utilities to save and restore used blocks on a partition
|
pkgdesc = Utilities to save and restore used blocks on a partition
|
||||||
pkgver = 0.3.31
|
pkgver = 0.3.32
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://partclone.org
|
url = https://partclone.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = ntfs-3g
|
depends = ntfs-3g
|
||||||
depends = nilfs-utils
|
depends = nilfs-utils
|
||||||
source = partclone-0.3.31.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.31.tar.gz
|
source = partclone-0.3.32.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/0.3.32.tar.gz
|
||||||
sha256sums = a6544d8e2490945591df89a7684a063083689f9a525ba135f77802e63659c36e
|
sha256sums = 95bdd598208cc78d8952738624540bf0cb978d24b773d20208f78f057e63a3e4
|
||||||
|
|
||||||
pkgname = partclone
|
pkgname = partclone
|
||||||
|
|
3
extra/partclone/.nvchecker.toml
Normal file
3
extra/partclone/.nvchecker.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[partclone]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/Thomas-Tsai/partclone.git"
|
|
@ -8,7 +8,7 @@
|
||||||
# - remove fail-mbr from build
|
# - remove fail-mbr from build
|
||||||
|
|
||||||
pkgname=partclone
|
pkgname=partclone
|
||||||
pkgver=0.3.31
|
pkgver=0.3.32
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Utilities to save and restore used blocks on a partition"
|
pkgdesc="Utilities to save and restore used blocks on a partition"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -16,7 +16,7 @@ url="https://partclone.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('ntfs-3g' 'nilfs-utils')
|
depends=('ntfs-3g' 'nilfs-utils')
|
||||||
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
|
source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
|
||||||
sha256sums=('a6544d8e2490945591df89a7684a063083689f9a525ba135f77802e63659c36e')
|
sha256sums=('95bdd598208cc78d8952738624540bf0cb978d24b773d20208f78f057e63a3e4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue