summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwyter2022-03-05 01:57:38 +0100
committerSwyter2022-03-05 01:57:38 +0100
commitf4cd70c56ded0b11c7f1667704404b8f384f31a8 (patch)
tree99fdb04bded42537be32f4e4f4c0e36c1754f2ba
parentb792238ed5e28d4db4b350ca248c76f948df91e7 (diff)
downloadaur-f4cd70c56ded0b11c7f1667704404b8f384f31a8.tar.gz
Fix the no-longer-working reference website. Darn you, Poettering. :)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--systemd-readahead.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a7c7b9dcc34..da2c9cc60040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = systemd-readahead
pkgdesc = Standalone version of the fast built-in readahead implementation dropped in systemd 217
pkgver = 216
- pkgrel = 2
+ pkgrel = 3
url = https://dev.gentoo.org/~pacho/systemd-readahead.html
install = systemd-readahead.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0fba4f26d4b3..3e9259b190f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=systemd-readahead
pkgver=216
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Standalone version of the fast built-in readahead implementation dropped in systemd 217"
arch=('i686' 'x86_64')
diff --git a/systemd-readahead.install b/systemd-readahead.install
index aca739dfd1ea..d0a55f9945a3 100644
--- a/systemd-readahead.install
+++ b/systemd-readahead.install
@@ -8,7 +8,7 @@ post_install()
echo -e "\e[7m>> \e[3msystemctl enable systemd-readahead-replay\e[0m"
echo ""
echo -e "For more info use \e[3mman\e[0m or just take a look to the original help page:"
- echo -e "<\e[4mhttp://www.freedesktop.org/software/systemd/man/systemd-readahead.html\e[0m>"
+ echo -e "<\e[4mhttps://web.archive.org/web/20140719150344id_/http://www.freedesktop.org/software/systemd/man/systemd-readahead.html\e[0m>"
echo ""
}