diff options
Diffstat (limited to 'community/partclone/PKGBUILD')
-rw-r--r-- | community/partclone/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD index 8f06f9a2e..bb1ded3f7 100644 --- a/community/partclone/PKGBUILD +++ b/community/partclone/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76351 2012-09-16 13:33:43Z jsteel $ +# $Id: PKGBUILD 83480 2013-02-01 21:35:48Z eric $ # Maintainer: Jonathan Steel <mail at jsteel dot org> # Contrinutor: Dan Serban # Contributor: Franz Burgmann @@ -7,7 +7,7 @@ pkgname=partclone pkgver=0.2.48 -pkgrel=4 +pkgrel=5 pkgdesc="Back up and restore used-blocks of a partition" arch=('i686' 'x86_64' 'mips64el') url="http://partclone.org" @@ -30,4 +30,3 @@ package() { make DESTDIR="$pkgdir" install } - |