summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2021-03-10 19:49:01 +0200
committerkevku2021-03-10 19:49:01 +0200
commitc954ef9a1fc6769059a40e3cc93354b9e5477b03 (patch)
tree84714d319cdae366e17d412ee69f04fa27b338b1
parentcd145e4363a11ad4cd75be2b6faf4818fed250a6 (diff)
downloadaur-c954ef9a1fc6769059a40e3cc93354b9e5477b03.tar.gz
do not commit the cherry-pick
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaa9e71f8dd6..0404066a046b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ prepare() {
git config submodule.extensions.url $srcdir/open-eid-extensions
git submodule update
# https://github.com/open-eid/DigiDoc4-Client/issues/912
- git cherry-pick eac49c04eec64b407996577bfafcb786b7ef47d0
+ git cherry-pick -n eac49c04eec64b407996577bfafcb786b7ef47d0
}
build() {