summarylogtreecommitdiffstats
path: root/pacorig-removed-in-pacman5.patch
blob: 98ad561d8c606fd0f65ecd2000e60763715b8a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Support for .pacorig files has been removed in
libalpm, so remove the relevant event case.

Signed-off-by: Jelle van der Waa <jelle at vdwaa.nl>
---
 src/transaction.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/transaction.c b/src/transaction.c
index 9c28c50..4e681f8 100644
--- a/src/transaction.c
+++ b/src/transaction.c
@@ -141,7 +141,6 @@ void pyalpm_eventcb(alpm_event_t *event) {
     case ALPM_EVENT_KEY_DOWNLOAD_DONE:
     case ALPM_EVENT_PACNEW_CREATED:
     case ALPM_EVENT_PACSAVE_CREATED:
-    case ALPM_EVENT_PACORIG_CREATED:
     default:
       eventstr = "unknown event";
   }
-- 
2.7.0