diff options
-rw-r--r-- | gnome/gnome-python/.md5sum | 2 | ||||
-rw-r--r-- | gnome/gnome-python/Pkgfile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/gnome/gnome-python/.md5sum b/gnome/gnome-python/.md5sum index 51571fd01..a773725a1 100644 --- a/gnome/gnome-python/.md5sum +++ b/gnome/gnome-python/.md5sum @@ -1 +1 @@ -e5dcae40b2c291126843680dbed924a8 gnome-python-2.26.1.tar.bz2 +b627abbb0ed912e221cc072e3dd6f9d6 gnome-python-2.28.0.tar.bz2 diff --git a/gnome/gnome-python/Pkgfile b/gnome/gnome-python/Pkgfile index ae53fe209..f47e48db1 100644 --- a/gnome/gnome-python/Pkgfile +++ b/gnome/gnome-python/Pkgfile @@ -5,10 +5,9 @@ # Depends on: pygtk, pyorbit, libgnomecanvas, libbonoboui name=gnome-python -version=2.26.1 +version=2.28.0 release=1 -group=gnome -source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version |