Actually include 49-onlykey.rules in sources
This commit is contained in:
parent
280029351c
commit
c3a60d5f58
2
.SRCINFO
2
.SRCINFO
|
@ -6,7 +6,9 @@ pkgbase = onlykey
|
|||
arch = x86_64
|
||||
license = custom
|
||||
source = https://github.com/trustcrypto/OnlyKey-App/releases/download/v5.1.0/OnlyKey_5.1.0_amd64.deb
|
||||
source = 49-onlykey.rules
|
||||
sha256sums = 4638ce8b21c66b6f414d937d08ba01917db3d20b050630e6b456c338ba1c9e06
|
||||
sha256sums = 6bb0a54748ec6ce1a1186b41f45a6bfc1363998c1a88722a8f1518c3278aabef
|
||||
|
||||
pkgname = onlykey
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,8 +5,10 @@ pkgdesc="OnlyKey Chrome Desktop App"
|
|||
arch=('x86_64')
|
||||
url="https://onlykey.io/"
|
||||
license=('custom')
|
||||
source=("https://github.com/trustcrypto/OnlyKey-App/releases/download/v${pkgver}/OnlyKey_${pkgver}_amd64.deb")
|
||||
sha256sums=('4638ce8b21c66b6f414d937d08ba01917db3d20b050630e6b456c338ba1c9e06')
|
||||
source=("https://github.com/trustcrypto/OnlyKey-App/releases/download/v${pkgver}/OnlyKey_${pkgver}_amd64.deb"
|
||||
"49-onlykey.rules")
|
||||
sha256sums=('4638ce8b21c66b6f414d937d08ba01917db3d20b050630e6b456c338ba1c9e06'
|
||||
'6bb0a54748ec6ce1a1186b41f45a6bfc1363998c1a88722a8f1518c3278aabef')
|
||||
|
||||
package() {
|
||||
bsdtar -O -xf "OnlyKey_${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
|
||||
|
|
Loading…
Reference in New Issue