summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson2023-04-09 17:10:06 +0200
committerAlbin Larsson2023-04-09 17:10:06 +0200
commit991eb5988b9f0ec95609c08217d3c1119a4a6ef2 (patch)
tree433586ebc5fa22cfd31c840722f5d002859d9152
parent7ddd2aa1c0b6e968389940dcbcf5b0996a2f72eb (diff)
downloadaur-991eb5988b9f0ec95609c08217d3c1119a4a6ef2.tar.gz
Make source param dynamic to simplify deploy
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9670e2a8dba4..21abebb83be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=('gobject-introspection-runtime' 'libkeybinder3' 'gtk3' 'webkit2gtk' 'li
makedepends=('git' 'python-setuptools' 'python-distutils-extra')
optdepends=('libappindicator-gtk3: tray icon')
install="ulauncher.install"
-source=("https://github.com/Ulauncher/Ulauncher/releases/download/5.15.2/ulauncher_5.15.2.tar.gz")
+source=("https://github.com/Ulauncher/Ulauncher/releases/download/${pkgver}/ulauncher_${pkgver}.tar.gz")
sha256sums=('b22337ee77485d5da0ff45ee99c8d94e701aba98e0c78a347b5f6a82baca88d7')
build() {