diff options
Diffstat (limited to 'gcalctool/Pkgfile')
-rw-r--r-- | gcalctool/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcalctool/Pkgfile b/gcalctool/Pkgfile index 4087601..a368166 100644 --- a/gcalctool/Pkgfile +++ b/gcalctool/Pkgfile @@ -2,13 +2,13 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch -# Depends on: libgnomeui, gnome-doc-utils, desktop-file-utils -# Run on: libgnomeui,desktop-file-utils +# Depends on: gnome-doc-utils, desktop-file-utils +# Run on: desktop-file-utils name=gcalctool -version=6.4.0 +version=6.4.2.1 release=1 -source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) +source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz) build() { cd $name-$version |