mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/cryptodev-dkms to 1.12-3
This commit is contained in:
parent
13181d2c0e
commit
bd200bd8d0
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
pkgname=cryptodev-dkms
|
pkgname=cryptodev-dkms
|
||||||
_pkgname=${pkgname%-*}
|
_pkgname=${pkgname%-*}
|
||||||
cryptodev_commit=9304ffb98369eb447e431a5522da2b857892965b
|
cryptodev_commit=9c416c4b09c4343bd43897800f27bfb8ae10b9d9
|
||||||
|
|
||||||
pkgver=1.12
|
pkgver=1.12
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
|
|
||||||
pkgdesc="Cryptodev module to take advantage of hardware crypto engines in userspace"
|
pkgdesc="Cryptodev module to take advantage of hardware crypto engines in userspace"
|
||||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('armv7h' 'aarch64')
|
||||||
url="https://github.com/cryptodev-linux/cryptodev-linux"
|
url="https://github.com/cryptodev-linux/cryptodev-linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('dkms')
|
depends=('dkms')
|
||||||
|
@ -17,7 +17,7 @@ provides=('cryptodev_friendly')
|
||||||
source=("cryptodev-${cryptodev_commit}.tar.gz::https://github.com/cryptodev-linux/cryptodev-linux/archive/${cryptodev_commit}.tar.gz"
|
source=("cryptodev-${cryptodev_commit}.tar.gz::https://github.com/cryptodev-linux/cryptodev-linux/archive/${cryptodev_commit}.tar.gz"
|
||||||
'dkms.conf')
|
'dkms.conf')
|
||||||
|
|
||||||
sha256sums=('d9234aa944c4a4b44700ec371d968a3bb4c0b73b641f5312a0d7daf7598634e6'
|
sha256sums=('d8882ff7b16a38b854433a977b11566537df23498a5ee2e59ef920014bd680f0'
|
||||||
'c42865a4a800a4927619ac5ed742be59a6d960af8295727af909e9ea9587f3da')
|
'c42865a4a800a4927619ac5ed742be59a6d960af8295727af909e9ea9587f3da')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue