From c3a60d5f580146de9c751ca1e5355c9c472d7819 Mon Sep 17 00:00:00 2001 From: Kiril Vladimiroff Date: Mon, 19 Aug 2019 15:32:37 +0300 Subject: [PATCH] Actually include 49-onlykey.rules in sources --- .SRCINFO | 2 ++ PKGBUILD | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 24290eb..807875a 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 33ec86f..8e343fd 100644 --- a/PKGBUILD +++ b/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 -