summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Hacohen2020-09-01 09:34:44 +0300
committerTom Hacohen2020-09-01 09:34:44 +0300
commitab4515722cddf1a7ce516ac3557f1f3c40b06620 (patch)
tree433846276ef5ef125a29cd24fc09df94162603d8 /PKGBUILD
parent72d70baa895166b6546aa151f336a3636080f829 (diff)
downloadaur-ab4515722cddf1a7ce516ac3557f1f3c40b06620.tar.gz
Just apply the patch instead of am to not mess with the commit hash.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 762158bcd75d..e0ec920689f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kdepim-runtime-etesync-git
_pkgname=kdepim-runtime-etesync
-pkgver=v20.04.1.r189.gbed707724
+pkgver=v20.04.1.r205.g166ef579c
pkgrel=1
pkgdesc='Extends the functionality of kdepim (with etesync modules)'
arch=(x86_64)
@@ -24,7 +24,7 @@ pkgver() {
prepare() {
cd "$_pkgname"
- git am ../0001-XXX-Ease-version-requirements.patch
+ git apply ../0001-XXX-Ease-version-requirements.patch
}
build() {