summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJán Kosterec2021-06-29 15:13:06 +0200
committerJán Kosterec2021-06-29 15:13:06 +0200
commitac7e9090124473ff837fb7c6daecfdd2b14687da (patch)
tree664586ce7988cc614c8f43112872c021b4316424
parentb6d4b89d1a78b768c208128a5483287a72e9548e (diff)
downloadaur-ac7e9090124473ff837fb7c6daecfdd2b14687da.tar.gz
Update to 7.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c7cda079320..55db15a6607b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rapiddisk-dkms
pkgdesc = Advanced Linux RAM Drive and Caching kernel modules
- pkgver = 7.1.0
+ pkgver = 7.2.1
pkgrel = 1
url = http://www.rapiddisk.org/
install = rapiddisk-dkms.install
@@ -10,10 +10,8 @@ pkgbase = rapiddisk-dkms
depends = dkms
depends = zlib
depends = cryptsetup
- source = git+https://github.com/pkoutoupis/rapiddisk#commit=880e30f
- source = kernel510up.patch
+ source = git+https://github.com/pkoutoupis/rapiddisk#commit=3a44e02
md5sums = SKIP
- md5sums = 0e0db9eb63ae169b3a57e55a256e064b
pkgname = rapiddisk-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 2bfa780c47e9..b6ae2e08cc85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgbase='rapiddisk'
pkgname="$_pkgbase-dkms"
_vermajor=7
-_verminor=1
-_verrevision=0
+_verminor=2
+_verrevision=1
pkgver=${_vermajor}.${_verminor}.${_verrevision}
pkgrel=1
pkgdesc="Advanced Linux RAM Drive and Caching kernel modules"
@@ -16,16 +16,14 @@ depends=('dkms'
'cryptsetup')
makedeps=('jansson')
install=${pkgname}.install
-_gitcommit=880e30f
-source=("git+https://github.com/pkoutoupis/rapiddisk#commit=${_gitcommit}"
- kernel510up.patch)
+_gitcommit=3a44e02
+source=("git+https://github.com/pkoutoupis/rapiddisk#commit=${_gitcommit}")
-md5sums=('SKIP'
- '0e0db9eb63ae169b3a57e55a256e064b')
+md5sums=('SKIP')
prepare() {
cd "${srcdir}/${_pkgbase}"
- patch -Np1 -i "${srcdir}/kernel510up.patch"
+ #patch -Np1 -i "${srcdir}/kernel510up.patch"
}
build() {