summarylogtreecommitdiffstats
path: root/aur-0.10-no-popularity-in-v1.patch
blob: bd2c5a5f147e8f71ef19afdc4ed61d2ef9319a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/aur.py b/aur.py
index 8bbac08..f607d38 100644
--- a/aur.py
+++ b/aur.py
@@ -168,8 +168,7 @@ _Package = namedtuple(
     [
         'num_votes', 'description', 'url_path', 'last_modified', 'name',
         'out_of_date', 'id', 'first_submitted', 'maintainer', 'version',
-        'license', 'url', 'package_base', 'package_base_id', 'popularity',
-        'category_id',
+        'license', 'url', 'package_base', 'package_base_id', 'category_id',
     ],
 )