summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2023-11-20 12:33:04 +1030
committeracheronfail2023-11-20 11:11:49 +1030
commitfae1420824a39431fc90c4663fdd80307cf474eb (patch)
tree2ceaf63ca1bac0a16df442a62c1df3e0c88e38ef
parentfae1381d0461e4ac47336bbe8c36e063fda28b30 (diff)
downloadaur-fae1420824a39431fc90c4663fdd80307cf474eb.tar.gz
handle rc releases
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1cb0b292999..7dc1f08181a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=(
'dunst: showing if notifications are paused or not via dunst'
'i3-wm: use it as the i3 status_command'
)
-source=("${pkgname%-bin}-${pkgver}.zip::$url/releases/download/${pkgver}/${pkgname%-bin}-x86_64-unknown-linux-gnu.zip")
+source=("${pkgname%-bin}-${pkgver}.zip::$url/releases/download/${pkgver//-/_}/${pkgname%-bin}-x86_64-unknown-linux-gnu.zip")
sha512sums=('c5fe51b34f57c4bdfd30c70f397faa42971c10eae1de7a6cf139c79569650ecbde8db98efda2006a558f5d5f92d4fc50200f7376a04698bb2cd4f4b3a51788c1')
package() {