Skip to content

Commit af8cacd

Browse files
authored
fix(anki-qt5): fix usage of %patch (#1386)
1 parent 716a904 commit af8cacd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

anda/apps/anki-qt5/anki-qt5.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Anki is based on a theory called spaced repetition.
2222
%prep
2323
git clone https://github.com/ankitects/anki .
2424
git checkout %version
25-
%patch1 -p1
25+
%patch 1 -p1
2626

2727
# See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=anki-qt5
2828

anda/langs/python/protobuf/python3-protobuf.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: python-%{pypi_name}
55
Version: 5.27.1
6-
Release: 1%?dist
6+
Release: 2%?dist
77
Summary: Protocol Buffers
88

99
License: BSD-3-Clause

anda/lib/libindicator/terra-libindicator.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ developing applications that use %{name}-gtk3.
5757

5858
%prep
5959
%setup -q -c
60-
%patch1 -p1 -b .orig
60+
%patch 1 -p1 -b .orig
6161
# Remove all IDO references
6262
# This is only needed for tools/indicator-loader.c
6363
sed -i '6d' ./Makefile.am

0 commit comments

Comments
 (0)