summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f102f7183c2f..b73f44a2098c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Jan 13 14:25:24 UTC 2019
pkgbase = magicrescue
pkgdesc = Find and recover deleted files on block devices
pkgver = 1.1.9
@@ -6,8 +8,8 @@ pkgbase = magicrescue
arch = i686
arch = x86_64
license = GPL
- source = http://www.itu.dk/people/jobr/magicrescue/release/magicrescue-1.1.9.tar.gz
- md5sums = 093ac491bc5f70c4b050e57e3437ab07
+ source = http://deb.debian.org/debian/pool/main/m/magicrescue/magicrescue_1.1.9.orig.tar.gz
+ sha256sums = a920b174efd664afe9760a43700588c9c5e6182cb13d7421e07ab613bceeb3c7
pkgname = magicrescue
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
+}