Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Update github link πŸ”—
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jun 27, 2022
1 parent 740adb3 commit a77b418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions archpackage/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgrel=0
epoch=0
pkgdesc="A Discord Rich Presence for cmus player using java πŸŽΆβ˜•"
arch=('any')
url="https://github.com/Anas-Elgarhy/$pkgname"
url="https://github.com/anas-elgarhy/$pkgname"
license=('MIT')
groups=()
depends=('jdk17-openjdk' 'cmus')
Expand All @@ -19,7 +19,7 @@ backup=()
options=()
install=
changelog=
source=("https://github.com/Anas-Elgarhy/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
source=("https://github.com/anas-elgarhy/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
md5sums=()
validpgpkeys=()
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir -p "$INSTALL_PATH"

echo "Install version: $VERSION"
echo "Downloading jar file..."
sudo wget "https://github.com/Anas-Elgarhy/cmus-rpc/releases/download/$VERSION/cmus-rpc.jar"
sudo wget "https://github.com/anas-elagarhy/cmus-rpc/releases/download/$VERSION/cmus-rpc.jar"
sudo mv ./cmus-rpc.jar "$INSTALL_PATH"/cmus-rpc.jar

printf "\nDownloaded in %s/cmus-rpc.jar\n" $INSTALL_PATH
Expand Down

0 comments on commit a77b418

Please sign in to comment.