Use unique file names for sources
This commit is contained in:
parent
0420c2f230
commit
adb881f525
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -20,7 +20,7 @@ pkgbase = firefox-syncstorage
|
|||
depends = python-tokenlib
|
||||
optdepends = mysql: for use with a local database server
|
||||
backup = etc/firefox-syncstorage.toml
|
||||
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.13.0.tar.gz
|
||||
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.13.0/syncstorage-rs-0.13.0.tar.gz
|
||||
source = firefox-syncstorage.service
|
||||
sha256sums = 62c9922f3fc8067da511780fbdd7e41a55d18ec0790827ec253a17fcc60022a7
|
||||
sha256sums = 609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -15,7 +15,7 @@ depends=('openssl' 'python-fxa' 'python-tokenlib')
|
|||
makedepends=('rust' 'cmake' 'pkgconf' 'mariadb-libs')
|
||||
optdepends=('mysql: for use with a local database server')
|
||||
install="${pkgname}.install"
|
||||
source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}.tar.gz"
|
||||
source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
|
||||
"${pkgname}.service")
|
||||
sha256sums=('62c9922f3fc8067da511780fbdd7e41a55d18ec0790827ec253a17fcc60022a7'
|
||||
'609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d')
|
||||
|
|
Loading…
Reference in a new issue