diff options
author | root <root@rshg054.dnsready.net> | 2013-02-02 00:54:57 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-02 00:54:57 -0800 |
commit | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (patch) | |
tree | 2360fd091d34099cfbc4f747babe6280da5cb65c /community/partclone | |
parent | edd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda (diff) |
Sat Feb 2 00:54:57 PST 2013
Diffstat (limited to 'community/partclone')
-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 f8fee5daa..4f51db0de 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') url="http://partclone.org" @@ -30,4 +30,3 @@ package() { make DESTDIR="$pkgdir" install } - |