Skip to content
Snippets Groups Projects
Commit c89da3f9 authored by alice's avatar alice
Browse files

community/iwatch: fix source url

parent 56e87064
No related branches found
No related tags found
1 merge request!40195Update SourceForge url
...@@ -10,7 +10,7 @@ license="GPL-2.0-only" ...@@ -10,7 +10,7 @@ license="GPL-2.0-only"
depends="perl perl-xml-simpleobject-libxml perl-event perl-linux-inotify2 perl-mail-sendmail" depends="perl perl-xml-simpleobject-libxml perl-event perl-linux-inotify2 perl-mail-sendmail"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
options=!check #perl script with no test suite defined options=!check #perl script with no test suite defined
source="$pkgname-$pkgver.tar.gz::https://iweb.dl.sourceforge.net/project/iwatch/iwatch/$pkgver/iwatch-$pkgver.tgz" source="$pkgname-$pkgver.tar.gz::https://downloads.sourceforge.net/project/iwatch/iwatch/$pkgver/iwatch-$pkgver.tgz"
package() { package() {
install -D -m 755 "$srcdir"/iwatch/iwatch -t "$pkgdir/usr/bin" install -D -m 755 "$srcdir"/iwatch/iwatch -t "$pkgdir/usr/bin"
...@@ -20,4 +20,6 @@ package() { ...@@ -20,4 +20,6 @@ package() {
install -D -m 644 "$srcdir"/iwatch/iwatch.xml.example -t "$pkgdir-doc/usr/share/iwatch" install -D -m 644 "$srcdir"/iwatch/iwatch.xml.example -t "$pkgdir-doc/usr/share/iwatch"
} }
sha512sums="2aecf2f23e0768076c076cbd58040970d6a7fe05e7030ccae4f856b448be6dee8dfdd4180c0979783d56bb3ccd2edb420e19c65c20ca9222b2a63276b2d79232 iwatch-0.2.2.tar.gz" sha512sums="
2aecf2f23e0768076c076cbd58040970d6a7fe05e7030ccae4f856b448be6dee8dfdd4180c0979783d56bb3ccd2edb420e19c65c20ca9222b2a63276b2d79232 iwatch-0.2.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment