summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b2132b3fd19..f6e11d3ec6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Find and recover deleted files on block devices"
arch=('i686' 'x86_64')
url="http://freshmeat.net/projects/magicrescue/"
license=('GPL')
-source=(http://www.itu.dk/people/jobr/$pkgname/release/$pkgname-$pkgver.tar.gz)
-md5sums=('093ac491bc5f70c4b050e57e3437ab07')
+source=(http://deb.debian.org/debian/pool/main/m/$pkgname/${pkgname}_${pkgver}.orig.tar.gz)
+sha256sums=('a920b174efd664afe9760a43700588c9c5e6182cb13d7421e07ab613bceeb3c7')
build() {
cd "${srcdir}"/$pkgname-$pkgver
@@ -23,4 +23,4 @@ package() {
sed -i 's|$(PREFIX)/man/man1|$(PREFIX)/share/man/man1|' Makefile
install -d "${pkgdir}"/usr
make PREFIX="${pkgdir}"/usr install
-} \ No newline at end of file
+}