summaryrefslogtreecommitdiff
path: root/community/partclone
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-07 00:54:45 -0700
committerroot <root@rshg054.dnsready.net>2013-04-07 00:54:45 -0700
commit5abba8ccfedfb13f07a34eb4b6afbe4f30a8f767 (patch)
tree67c71a4fc1f20a59b619c908f6a53c2cde2b46c9 /community/partclone
parentafcab02cc1bc97b4090668931e372fd47cedf04d (diff)
Sun Apr 7 00:54:38 PDT 2013
Diffstat (limited to 'community/partclone')
-rw-r--r--community/partclone/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD
index 4f51db0de..35162ec52 100644
--- a/community/partclone/PKGBUILD
+++ b/community/partclone/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83480 2013-02-01 21:35:48Z eric $
+# $Id: PKGBUILD 87807 2013-04-06 20:01:09Z jsteel $
# Maintainer: Jonathan Steel <mail at jsteel dot org>
# Contrinutor: Dan Serban
# Contributor: Franz Burgmann
@@ -6,15 +6,15 @@
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.2.48
-pkgrel=5
-pkgdesc="Back up and restore used-blocks of a partition"
+pkgver=0.2.58
+pkgrel=1
+pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('i686' 'x86_64')
url="http://partclone.org"
license=('GPL')
depends=('progsreiserfs' 'ntfs-3g')
-source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.tar.gz)
-md5sums=('c873588f26185d6ce8db7b4c5470aa00')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('8d8edeab8a0ce430d2e00efcc25f4ce7')
build() {
cd "$srcdir"/$pkgname-$pkgver
@@ -28,5 +28,5 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir"/ install
}