use a unique filename
This commit is contained in:
parent
637edf8076
commit
bbe2c8246f
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ arch=('any')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('python3')
|
makedepends=('python3')
|
||||||
depends=('rust' 'libxcb' 'xcb-util-image')
|
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')
|
sha256sums=('9883649c13e61ac93b45daf29227bda959566c004fd4f65aef8139e7d6050986')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue