summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2020-03-03 10:06:45 +0100
committerBjoern Franke2020-03-03 10:06:45 +0100
commit1a509f9c6e189db1e938c91c25437442b97e55ff (patch)
tree9511f0789395a42a634189709119da0fabb54dd8
parent9b82caf5eb4417e23d09bb2e4c00f22031434f12 (diff)
downloadaur-1a509f9c6e189db1e938c91c25437442b97e55ff.tar.gz
remove dracut from patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--initcpio-arch.patch1
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbe41f060b63..963bdcf47a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcache-tools
pkgdesc = Userspace tools for bcache until bcache merges with either dm or md
pkgver = 1.0.8
- pkgrel = 2
+ pkgrel = 3
url = http://bcache.evilpiepirate.org/
install = bcache-tools.install
changelog = bcache-tools.changelog
@@ -14,7 +14,7 @@ pkgbase = bcache-tools
source = initcpio-arch.patch
sha256sums = d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c
sha256sums = 2536e1ea76b32b4ee4543524c64f488ccc0fe037256ce9d5c5029e873161de7e
- sha256sums = 70c14ef1b5fd41f6a34afc888c5e478bd7bea296b49643f59714c518c6e4f831
+ sha256sums = bbde2580952b60e061d335a867219146348e8c7208bdebade463675a6585a87e
pkgname = bcache-tools
diff --git a/PKGBUILD b/PKGBUILD
index fe7375a68254..a35e5cd4a15c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bcache-tools
pkgver=1.0.8
-pkgrel=2
+pkgrel=3
pkgdesc="Userspace tools for bcache until bcache merges with either dm or md"
changelog=bcache-tools.changelog
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=("https://github.com/g2p/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.g
'initcpio-arch.patch')
sha256sums=('d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c'
'2536e1ea76b32b4ee4543524c64f488ccc0fe037256ce9d5c5029e873161de7e'
- '70c14ef1b5fd41f6a34afc888c5e478bd7bea296b49643f59714c518c6e4f831')
+ 'bbde2580952b60e061d335a867219146348e8c7208bdebade463675a6585a87e')
prepare() {
cd "${pkgname}-${pkgver}"
diff --git a/initcpio-arch.patch b/initcpio-arch.patch
index 814748b0516a..218389f75e11 100644
--- a/initcpio-arch.patch
+++ b/initcpio-arch.patch
@@ -15,7 +15,6 @@ index 8e38d9a..2db4c82 100644
$(INSTALL) -m0644 -- *.8 $(DESTDIR)${PREFIX}/share/man/man8/
- $(INSTALL) -D -m0755 initramfs/hook $(DESTDIR)/usr/share/initramfs-tools/hooks/bcache
$(INSTALL) -D -m0755 initcpio/install $(DESTDIR)/usr/lib/initcpio/install/bcache
-- $(INSTALL) -D -m0755 dracut/module-setup.sh $(DESTDIR)$(DRACUTLIBDIR)/modules.d/90bcache/module-setup.sh
# $(INSTALL) -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/
clean: