diff options
author | Tricia | 2024-02-22 16:31:22 +0000 |
---|---|---|
committer | Tricia | 2024-02-22 16:31:22 +0000 |
commit | a5c32bfbd74a5452dc9edb84c5fcd9a3a38b7a0c (patch) | |
tree | b63eefc83c7200177e715407879ff9f4d85c7462 /PKGBUILD | |
parent | 1bef79aaaa45be642785dce97c778401586a7bd0 (diff) | |
download | aur-a5c32bfbd74a5452dc9edb84c5fcd9a3a38b7a0c.tar.gz |
Fix broken checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=python-flash-patcher _name=flash-patcher pkgver=6.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Adobe Flash SWF file patching tool" arch=('any') url="https://github.com/rayyaw/flash-patcher" @@ -10,7 +10,7 @@ license=('AGPL3') depends=('ffdec' 'python' 'python-antlr4') makedepends=('python-installer' 'python-hatch' 'antlr4') source=("https://github.com/rayyaw/flash-patcher/archive/refs/tags/v${pkgver}.tar.gz") -b2sums=('ed8e2578b7a61496781d09485bedeb506b61f90b939bff82789fa642f936722d83a6836999711339aa0e5e2bb4b2e37538d8c5de65c183bc776623b06a698d4b') +b2sums=('146e5277ca57e25522d49872777f6943f4fde939dccb4af4a0faaec0ab92a420a9ddd7bd3936471439cc43dd1368ea85b620b4b6fd9e62b353d9a02bc9d18fa3') prepare() { rm "${_name}-${pkgver}/flash_patcher/antlr_source/.gitkeep" |