summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSakith B.2023-11-18 12:25:36 +0530
committerSakith B.2023-11-18 12:25:36 +0530
commit4a355f1a539b2685edaaa5aa747aea06aef336d6 (patch)
tree172cef0e49443cd7e71f990cc980bbb0a98347aa
parentff2efdf1e8b65936d24b2fc61e5903dfb581ad50 (diff)
downloadaur-4a355f1a539b2685edaaa5aa747aea06aef336d6.tar.gz
fixed 404 error
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f12c733c0b9d..f1f5dfc7d480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
+}