diff options
Diffstat (limited to 'notification-daemon/Pkgfile')
-rw-r--r-- | notification-daemon/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/notification-daemon/Pkgfile b/notification-daemon/Pkgfile index 4f16ed9..4b40624 100644 --- a/notification-daemon/Pkgfile +++ b/notification-daemon/Pkgfile @@ -5,9 +5,9 @@ # Run on: gtk3,libcanberra name=notification-daemon -version=0.7.1 +version=0.7.2 release=1 -source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version @@ -15,5 +15,4 @@ build() { --libexecdir=/usr/bin make make DESTDIR=$PKG install - rm -rf $PKG/usr/share/locale } |