summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8bf221e665a..02b2b0ef9995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: 100best <jm dot 100best at gmail dot com>
+# Contributor: 100best
pkgname=udefrag
pkgver=5.0.0AB.7
-pkgrel=1
+pkgrel=2
pkgdesc="Ultradefrag 5.0 console for GNU/Linux to defragment a NTFS
filesystem"
url="http://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html"
@@ -12,11 +12,9 @@ makedepends=('unzip')
depends=('ncurses' 'ntfs-3g')
source=('http://jp-andre.pagesperso-orange.fr/ultradefrag-5.0.0AB.7.zip' 'udefrag.patch')
md5sums=('20cdd938bed3efa5161aefc0ad08ba00'
- '56db0ac242fceda8f38444e4a8cc173b')
+ 'f34736c6b3baa2ab05bfc043f29c473b')
prepare() {
- cp udefrag.patch $srcdir/ultradefrag-5.0.0AB.7
- cd $srcdir/ultradefrag-5.0.0AB.7
patch -p 1 -i udefrag.patch
}