summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuflosi2021-10-09 00:58:58 +0200
committerLuflosi2021-10-09 01:05:40 +0200
commit73625f1b461f9dee5f70997d5961414e5d8eeec3 (patch)
tree3c3f79b78b20f673e72dd7fd7169a6308b133a31 /PKGBUILD
parentc3da4488345d720776050f6a562e718d238589fb (diff)
downloadaur-73625f1b461f9dee5f70997d5961414e5d8eeec3.tar.gz
Remove second patch which is no longer needed
I upstreamed it in https://github.com/linux-apfs/apfsprogs/pull/8. This also fixes an issue where the symlinks for the fsck.apfs and mkfs.apfs binaries and manuals would not point to the correct files when DESTDIR was changed. This was probably an oversight when the patch was created.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27229ef178c8..6caa0b8e8557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,8 @@ depends=('glibc')
makedepends=('git')
conflicts=("$_pkgname")
provides=("$_pkgname=$pkgver")
-source=('git+https://github.com/eafer/apfsprogs'
- 'destdir.patch')
-sha256sums=('SKIP'
- '65c7af8a2538536bcf9e62b152893849b2cd1092040f5bc6ec2a33040027f8ac')
+source=('git+https://github.com/eafer/apfsprogs')
+sha256sums=('SKIP')
_progs=(apfsck mkapfs)
@@ -24,11 +22,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd $_pkgname
- patch -Np1 -i ../destdir.patch
-}
-
build() {
cd $_pkgname