diff --git a/PKGBUILD b/PKGBUILD index 8165007..9e6c6cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=spmenu pkgver=VERSION pkgrel=1 pkgdesc="Fancy dynamic menu, compatible with dmenu!" -url="https://git.speedie/gq/spmenu" +url="https://git.speedie.site/spmenu" arch=(i686 x86_64) license=(MIT) depends=(sh libxinerama libxft pango libx11 imlib2 fribidi libconfig gcc) @@ -13,7 +13,7 @@ provides=($pkgname) conflicts=($pkgname) source=( "$pkgname-$pkgver.tar.gz" - #"https://ls.speedie.gq/releases/$pkgname/$pkgname-$pkgver.tar.gz" + #"https://ls.speedie.site/releases/$pkgname/$pkgname-$pkgver.tar.gz" ) md5sums=(MD5SUM) diff --git a/README.html b/README.html index 7af6e12..e68cb34 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ included shell script spmenu_run. Alternatively you may use $PATH.

It is designed to integrate well with my dwm fork, speedwm.

+href="https://git.speedie.site/speedwm">speedwm.

Special features

This build of spmenu has some features written for this build. Of course if you want, this is free software so you can use it in your own @@ -133,7 +133,7 @@ lines.

Installation (GNU/Linux, *BSD, macOS/OS X/Mac OS X)

emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager

-

git clone https://git.speedie.gq/spmenu

+

git clone https://git.speedie.site/spmenu

cd spmenu/

./build.sh # Run as root.

Report any issues with the build.sh script. There’s also a Makefile @@ -142,12 +142,12 @@ manually.

Installation (Gentoo GNU/Linux)

If you are on Gentoo GNU/Linux, you can add my overlay which +href="https://git.speedie.site/speedie-overlay">my overlay which includes x11-misc/spmenu as well as other useful packages.

Installation (Arch GNU/Linux)

If you are on Arch GNU/Linux, you can add my repository which +href="https://git.speedie.site/speedie-repository">my repository which includes spmenu as well as other useful packages.

There’s also a PKGBUILD. To use it, simply make install_arch in the directory the PKGBUILD is @@ -195,7 +195,7 @@ need is a way to skip over images after a set time limit

Scripts

This build of spmenu should work with all spmenu/dmenu scripts. Here are a few I’ve +href="https://git.speedie.site/speedwm-extras">Here are a few I’ve written/use. If your scripts are useful enough, and written with spmenu in mind, feel free to pull request and put your scripts here!

More information

diff --git a/README.md b/README.md index 54f3f21..7572fee 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In addition to this, it also serves as a run launcher through the included shell script `spmenu_run`. Alternatively you may use `spmenu_desktop` which lists .desktop entries instead of $PATH. -It is designed to integrate well with my [dwm](https://dwm.suckless.org) fork, [speedwm](https://git.speedie.gq/speedwm). +It is designed to integrate well with my [dwm](https://dwm.suckless.org) fork, [speedwm](https://git.speedie.site/speedwm). ## Special features @@ -94,7 +94,7 @@ disabled if you don't want this by: `emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager` -`git clone https://git.speedie.gq/spmenu` +`git clone https://git.speedie.site/spmenu` `cd spmenu/` @@ -106,13 +106,13 @@ you can use but it may require editing host.mk and toggle.mk manually. ## Installation (Gentoo GNU/Linux) If you are on Gentoo GNU/Linux, you can add -[my overlay](https://git.speedie.gq/speedie-overlay) which includes +[my overlay](https://git.speedie.site/speedie-overlay) which includes `x11-misc/spmenu` as well as other useful packages. ## Installation (Arch GNU/Linux) If you are on Arch GNU/Linux, you can add -[my repository](https://git.speedie.gq/speedie-repository) which includes +[my repository](https://git.speedie.site/speedie-repository) which includes `spmenu` as well as other useful packages. There's also a PKGBUILD. To use it, simply `make install_arch` in the directory @@ -158,7 +158,7 @@ skip over images after a set time limit ## Scripts This build of spmenu should work with all spmenu/dmenu scripts. -[Here](https://git.speedie.gq/speedwm-extras) are a few I've written/use. +[Here](https://git.speedie.site/speedwm-extras) are a few I've written/use. If your scripts are useful enough, and written with spmenu in mind, feel free to pull request and put your scripts here!