diff options
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 2 | ||||
-rw-r--r-- | testing/mutter/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index bee0c85eac..4ec962752b 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdk-pixbuf pkgver=2.22.1 -pkgrel=1 +pkgrel=2 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" arch="all" diff --git a/testing/mutter/APKBUILD b/testing/mutter/APKBUILD index d00b975035..047365517f 100644 --- a/testing/mutter/APKBUILD +++ b/testing/mutter/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.31.5 pkgrel=1 pkgdesc="clutter-based window manager for GNOME" url="http://www.gnome.org/" -arch="" +arch="all" license="GPL" depends="zenity" depends_dev="clutter-dev libcanberra-dev gconf-dev startup-notification-dev python-dev" |