summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiril Vladimiroff2019-08-19 15:32:37 +0300
committerKiril Vladimiroff2019-08-19 15:32:37 +0300
commitc3a60d5f580146de9c751ca1e5355c9c472d7819 (patch)
tree78e6c0f8f7be00b2d3a56423ab778171b02a3e1d
parent280029351c6b91c67e9becec73066eff7563ee26 (diff)
downloadaur-c3a60d5f580146de9c751ca1e5355c9c472d7819.tar.gz
Actually include 49-onlykey.rules in sources
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24290ebb5d2d..807875a2cbaa 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 33ec86f90d4a..8e343fdcb906 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 -