diff options
author | zhullyb | 2021-03-23 02:52:37 +0800 |
---|---|---|
committer | zhullyb | 2021-03-23 02:52:37 +0800 |
commit | ebbb6ef687019bc7daed81e820b3e41d5bdc969d (patch) | |
tree | 33e0f3ac41952157d9a8530873ddd50aca89b5ae /PKGBUILD | |
parent | 1a25558ea8f062abd11a468dd082298fa043e0f8 (diff) | |
download | aur-ebbb6ef687019bc7daed81e820b3e41d5bdc969d.tar.gz |
Fix start.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ options=(!strip) source=("https://static2.wolai.com/dist/installers/wolai-${pkgver}.AppImage" "start.sh") md5sums=("16f245da6f00148643a2ce60e49bb29d" - "711f08ded488ab4572df3cae9715ae14") + "0a949982a3b76ebe44048559cf382c2f") _filename=${_pkgname}-${pkgver}.AppImage prepare() { |