ignore AUR pkg in IgnorePkg/IgnoreGroup
This commit is contained in:
parent
2c572fc1c6
commit
9495b43433
@ -455,6 +455,7 @@ class PamacDBusService(dbus.service.Object):
|
||||
if not updates:
|
||||
if not self.aur_updates_checked:
|
||||
self.get_local_packages()
|
||||
self.local_packages -= _ignorepkgs
|
||||
for pkg in self.localdb.pkgcache:
|
||||
if not pkg.name in _ignorepkgs:
|
||||
candidate = pyalpm.sync_newversion(pkg, self.syncdbs)
|
||||
|
@ -18,7 +18,7 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
version = '0.9.4'
|
||||
version = '0.9.5'
|
||||
|
||||
from gi.repository import Gtk, Gdk
|
||||
from gi.repository.GdkPixbuf import Pixbuf
|
||||
|
Loading…
Reference in New Issue
Block a user