summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-06-18 18:37:22 +0200
committerMichel Zou2020-06-18 18:37:22 +0200
commit94d09ea448b0c4d50a74edc43652883f59abb6da (patch)
treed11294b0b26bbf194c7f55b6e7aa4d9a92413b2a
parenta8c08562fc7411c0c7c2f6cf0f45b78a467a6dec (diff)
downloadaur-94d09ea448b0c4d50a74edc43652883f59abb6da.tar.gz
echo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e6f0ddde365..004d78603fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ sha256sums=('e0828ad9b2a330d996b2ce4a445980dd7bc22e79573abb7b36ff0920779b8a9d')
prepare() {
cd "${srcdir}"/tensap-$pkgver
- curl -L https://github.com/anthony-nouy/tensap/commit/a5d26f4de04f2868f03d5a7932ca64d9d127c93a.patch | patch -p1 || echo "ok"
+ curl -L https://github.com/anthony-nouy/tensap/commit/a5d26f4de04f2868f03d5a7932ca64d9d127c93a.patch | patch -p1 || :
}
build() {