diff options
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,15 +1,16 @@ # Maintainer: Joshua Schmeder <joshua@schmeder.dev> pkgname=archipelagomw-bin -pkgver=0.5.1 +_ghrel=0.5.1 +pkgver=0.5.1.Hotfix1 pkgrel=1 pkgdesc="A Multi-Game Randomizer and Server" arch=("x86_64") url="https://github.com/ArchipelagoMW/Archipelago" license=("MIT") depends=("python-colorama" "python-websockets" "python-yaml" "python-jellyfish" "python-jinja" "python-schema" "python-kivy" "python-bsdiff4" "python-platformdirs" "python-certifi" "cython" "python-cymem" "python-orjson" "python-typing_extensions") -source=("https://github.com/ArchipelagoMW/Archipelago/releases/download/$pkgver/Archipelago_${pkgver}_linux-x86_64.tar.gz") -sha512sums=('61240eaff8583f64b715ee151f7fa6d84df5abbfad46966cda7384cd4cb2fbffe1572195b0491604d173f8308302ddbb20663f3bc01a67e2c11282e6d59f8128') +source=("https://github.com/ArchipelagoMW/Archipelago/releases/download/${_ghrel}/Archipelago_${pkgver}_linux-x86_64.tar.gz") +sha512sums=('1129e44a5069df9ddacc491d25dc639f392f6b0d63a63b6c182eb06491fb998fe5ba538459adfcb0e4d59ba49c249220e0b87d2bd75b85d35c5289e84add5f67') package() { install -d "$pkgdir/opt" |