diff options
author | Sakith B. | 2023-11-18 12:25:36 +0530 |
---|---|---|
committer | Sakith B. | 2023-11-18 12:25:36 +0530 |
commit | 4a355f1a539b2685edaaa5aa747aea06aef336d6 (patch) | |
tree | 172cef0e49443cd7e71f990cc980bbb0a98347aa | |
parent | ff2efdf1e8b65936d24b2fc61e5903dfb581ad50 (diff) | |
download | aur-4a355f1a539b2685edaaa5aa747aea06aef336d6.tar.gz |
fixed 404 error
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ makedepends=() depends=('gnome-shell') provides=("${pkgname}") options=(!strip !emptydirs) -source=("https://github.com/sakithb/media-controls/releases/latest/extension.zip") +source=("https://github.com/sakithb/media-controls/releases/latest/download/extension.zip") sha256sums=('SKIP') pkgver() { @@ -23,4 +23,4 @@ package() { install -dm755 "$destdir" cp -r "$srcdir" "$destdir" -}
\ No newline at end of file +} |