mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/cryptodev-dkms to 1.9-4
This commit is contained in:
parent
71be75a101
commit
64c91917a5
1 changed files with 5 additions and 11 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
pkgname=cryptodev-dkms
|
||||
_pkgname=${pkgname%-*}
|
||||
cryptodev_commit=a705360197260d28535746ae98c461ba2cfb7a9e
|
||||
cryptodev_commit=6c692529c02bec7311d8df6b653d66eee90666ff
|
||||
|
||||
pkgver=1.9
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
|
||||
pkgdesc="Cryptodev module to take advantage of hardware crypto engines in userspace"
|
||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
@ -15,16 +15,10 @@ depends=('dkms')
|
|||
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'
|
||||
'linux-4.13+fix.patch::https://github.com/cryptodev-linux/cryptodev-linux/commit/569f253958513d83a76749500b92e91c5362b0ae.patch')
|
||||
sha256sums=('559697e5217c01988b6c24f6ff1ed87f2e9071c86b344e3ec4bcbcac588dd498'
|
||||
'c42865a4a800a4927619ac5ed742be59a6d960af8295727af909e9ea9587f3da'
|
||||
'1f05d431298b7d76e2bc367c84181de35ab0d6aec05c46886c65b39d22612d19')
|
||||
'dkms.conf')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/cryptodev-linux-${cryptodev_commit}"
|
||||
patch -Np1 -i ${srcdir}/linux-4.13+fix.patch
|
||||
}
|
||||
sha256sums=('e5ff27bb3e185aa496abdc9bae0d7e04a322fd23ebe1374d8b5daea8337c44be'
|
||||
'c42865a4a800a4927619ac5ed742be59a6d960af8295727af909e9ea9587f3da')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
Loading…
Reference in a new issue