diff options
-rw-r--r-- | main/xfce4-notifyd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xfce4-notifyd/APKBUILD b/main/xfce4-notifyd/APKBUILD index fa7d73f4d8..a7f6076ef5 100644 --- a/main/xfce4-notifyd/APKBUILD +++ b/main/xfce4-notifyd/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notifyd -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=0 pkgdesc="notification daemon for the xfce desktop" url="http://spuriousinterrupt.org/projects/xfce4-notifyd" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="0a63857901809887b587c73024d1089b xfce4-notifyd-0.2.1.tar.bz2" +md5sums="8687fb7a0f270231ada265e363b6ffcc xfce4-notifyd-0.2.2.tar.bz2" |