summaryrefslogtreecommitdiff
path: root/community/grumpy
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-05 16:16:06 +0200
committerErich Eckner <git@eckner.net>2018-09-05 16:16:06 +0200
commitcef874baafbc9804ec3181e0ac00604500b9b882 (patch)
treeffc3a04f1098ea806490079683434ca7d1f4183c /community/grumpy
parent4e43b947c190be295f2db0f3cb1cfa6f810c513e (diff)
downloadpackages-cef874baafbc9804ec3181e0ac00604500b9b882.tar.xz
community/grumpy: fix typo
Diffstat (limited to 'community/grumpy')
-rw-r--r--community/grumpy/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/grumpy/PKGBUILD b/community/grumpy/PKGBUILD
index b19f2487..9f331e83 100644
--- a/community/grumpy/PKGBUILD
+++ b/community/grumpy/PKGBUILD
@@ -12,7 +12,7 @@ eval "$(
declare -f prepare | \
sed '
2 a cd "$srcdir/grumpy" \
- patch -p1 -i "$srcdir/ef4791393db1ab586400d326ae7d7993e5610d00.patch"
- patch -p1 -i "$srcdir/4f3cc3ed446170a161cf8ecb644a740ac233b005.patch" \
+ patch -p1 -i "$srcdir/ef4791393db1ab586400d326ae7d7993e5610d00.patch" \
+ patch -p1 -i "$srcdir/4f3cc3ed446170a161cf8ecb644a740ac233b005.patch"
'
)"