diff options
Diffstat (limited to 'libgdata/Pkgfile')
-rw-r--r-- | libgdata/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgdata/Pkgfile b/libgdata/Pkgfile index 927e2a6..8e043a1 100644 --- a/libgdata/Pkgfile +++ b/libgdata/Pkgfile @@ -6,9 +6,9 @@ # Run on: liboauth,libsoup name=libgdata -version=0.12.0 +version=0.13.0 release=1 -source=( http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz ) +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz ) build() { cd $name-$version |