use a unique filename

This commit is contained in:
Michael Zhang 2021-07-13 21:24:55 -05:00
parent 637edf8076
commit bbe2c8246f
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -9,7 +9,7 @@ arch=('any')
license=('MIT')
makedepends=('python3')
depends=('rust' 'libxcb' 'xcb-util-image')
source=("https://git.mzhang.io/michael/${pkgname}/archive/v${pkgver}.tar.gz")
source=("leanshot-v${pkgver}.tar.gz::https://git.mzhang.io/michael/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('9883649c13e61ac93b45daf29227bda959566c004fd4f65aef8139e7d6050986')
build() {