ignore AUR pkg in IgnorePkg/IgnoreGroup

This commit is contained in:
guinux 2013-12-24 12:02:42 +01:00
parent 2c572fc1c6
commit 9495b43433
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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