diff options
author | Christian Mauderer | 2020-08-13 19:51:41 +0200 |
---|---|---|
committer | Christian Mauderer | 2020-08-13 19:51:41 +0200 |
commit | 9a66982058321585125ce4e55a197ec981b908ed (patch) | |
tree | 7d3f5a1b0183ada43b11a6aa7f393cbe9484e977 | |
parent | 9574c5e5eca3540d71f8c0225a737a988ed95db3 (diff) | |
download | aur-9a66982058321585125ce4e55a197ec981b908ed.tar.gz |
Apply patch with "patch" instead of git.
With this pkgver is set correctly. Beneath that it works without a name
or email set for git.
Thanks to xx55tt for the hint.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = sasquatch-git pkgdesc = Patched unsquashfs utility with support for vendor-specific SquashFS implementations. - pkgver = r60.cfac6d8 - pkgrel = 2 + pkgver = r58.3e0cc40 + pkgrel = 3 url = https://github.com/devttys0/sasquatch arch = x86_64 license = unknown @@ -1,7 +1,7 @@ # Maintainer: Christian Mauderer <oss@c-mauderer.de> pkgname=sasquatch-git -pkgrel=1 -pkgver=r60.982cc25 +pkgrel=3 +pkgver=r58.3e0cc40 pkgdesc='Patched unsquashfs utility with support for vendor-specific SquashFS implementations.' arch=('x86_64') url='https://github.com/devttys0/sasquatch' @@ -16,8 +16,8 @@ sha512sums=('SKIP' prepare() { cd "$pkgname" - git am "${srcdir}/0001-No-install.patch" - git am "${srcdir}/0002-Make_build_gcc_10_compatible.patch" + patch -p1 < "${srcdir}/0001-No-install.patch" + patch -p1 < "${srcdir}/0002-Make_build_gcc_10_compatible.patch" } pkgver() { |