summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-04-20 12:57:34 +0200
committerMassimiliano Torromeo2020-04-20 12:57:34 +0200
commit527c97542ad281a425953ede70bcfe02276828a6 (patch)
treed75330e0a24bbd1d86bb7be70ec607f45d039527 /PKGBUILD
parent9588029bac29ae5d78c3fd967c7528b7630afdd1 (diff)
downloadaur-527c97542ad281a425953ede70bcfe02276828a6.tar.gz
Updated URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc73fde70c42..337a05b8eff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ pkgrel=7
arch=(i686 x86_64)
pkgdesc="Utility for waking up computers via wake-on-lan (wol)"
license=("GPL")
-url="http://www.scyld.com/wakeonlan.html"
+url="https://web.archive.org/web/20060427201642/http://www.scyld.com/wakeonlan.html"
depends=("glibc")
source=(https://launchpad.net/ubuntu/+archive/primary/+files/etherwake_1.09.orig.tar.gz)
+sha256sums=('54241c7689579dc86e29e6afbc6d60e69f97135091a1395c8a10f6d5a2daec1d')
build() {
cd "$srcdir/$pkgname-$pkgver.orig"
@@ -22,5 +23,3 @@ package() {
install -Dm0755 etherwake "$pkgdir/usr/bin/etherwake"
install -Dm0644 etherwake.8 "$pkgdir/usr/share/man/man8/etherwake.8"
}
-
-sha256sums=('54241c7689579dc86e29e6afbc6d60e69f97135091a1395c8a10f6d5a2daec1d')