mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/partclone to 0.2.70-1
This commit is contained in:
parent
2626fcb565
commit
3964f1cc9e
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
# $Id: PKGBUILD 90410 2013-05-12 09:03:51Z jsteel $
|
# $Id: PKGBUILD 90410 2013-05-12 09:03:51Z jsteel $
|
||||||
# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
|
# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
|
||||||
# Contrinutor: Dan Serban
|
# Contrinutor: Dan Serban
|
||||||
# Contributor: Franz Burgmann
|
# Contributor: Franz Burgmann
|
||||||
# Contributor: Todd Partridge (Gen2ly)
|
# Contributor: Todd Partridge (Gen2ly)
|
||||||
|
@ -9,15 +9,15 @@
|
||||||
# - remove fail-mbr from build
|
# - remove fail-mbr from build
|
||||||
|
|
||||||
pkgname=partclone
|
pkgname=partclone
|
||||||
pkgver=0.2.69
|
pkgver=0.2.70
|
||||||
pkgrel=2
|
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=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://partclone.org"
|
url="http://partclone.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('progsreiserfs' 'ntfs-3g')
|
depends=('progsreiserfs' 'ntfs-3g')
|
||||||
source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
|
source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/src/$pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
|
md5sums=('92708a46e13f96544539f0073a162a67')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"/$pkgname-$pkgver
|
cd "$srcdir"/$pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue