diff options
Diffstat (limited to 'community/gmtk/PKGBUILD')
-rw-r--r-- | community/gmtk/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gmtk/PKGBUILD b/community/gmtk/PKGBUILD index f7c68c23b..0704b7726 100644 --- a/community/gmtk/PKGBUILD +++ b/community/gmtk/PKGBUILD @@ -3,12 +3,12 @@ pkgname=gmtk pkgver=1.0.5 -pkgrel=1 +pkgrel=2 pkgdesc='Common functions for gnome-mplayer and gecko-mediaplay.' arch=('i686' 'x86_64') url='http://gmtk.googlecode.com/' license=('GPL') -depends=('glib' 'gtk3' 'dconf') +depends=('glib2' 'gtk3' 'dconf') makedepends=('intltool' 'pkg-config') options=(!libtool) source=("http://gmtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") |