mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/cryptodev-dkms to 1.8-5
This commit is contained in:
parent
76beba85f4
commit
b7ddd60fec
1 changed files with 3 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
pkgname=cryptodev-dkms
|
||||
_pkgname=${pkgname%-*}
|
||||
cryptodev_commit=f116a93224fc7b85f83d2c53f565f8fd86165ecc
|
||||
cryptodev_commit=2dbbb2313f7c1d9465f4867c7d02851730154db8
|
||||
|
||||
pkgver=1.8
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
|
||||
pkgdesc="Cryptodev module to take advantage of hardware crypto engines in userspace"
|
||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
@ -16,9 +16,8 @@ install=${pkgname}.install
|
|||
provides=('cryptodev_friendly')
|
||||
source=("cryptodev-${cryptodev_commit}.tar.gz::https://github.com/cryptodev-linux/cryptodev-linux/archive/${cryptodev_commit}.tar.gz"
|
||||
'dkms.conf')
|
||||
sha256sums=('2bc97ea0a8af1d7ab1e4f1856a97b7a3d3898b7e4a60fd71088679e197ea1281'
|
||||
sha256sums=('76bedbef868d583ea2a8a513acbc3244947c329ba4934eab045db6acb51907c2'
|
||||
'c42865a4a800a4927619ac5ed742be59a6d960af8295727af909e9ea9587f3da')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue