diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 17:23:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 17:23:58 +0000 |
commit | 71858d24d7af57545e121efc89009a556dd73da8 (patch) | |
tree | 49071783df2d5e3a1fecf379bced955d004c7630 /main/xfce4-notes-plugin/APKBUILD | |
parent | d8dd2105edb75a9b8a76bebda4fda008ef214c5d (diff) | |
download | aports-71858d24d7af57545e121efc89009a556dd73da8.tar.bz2 aports-71858d24d7af57545e121efc89009a556dd73da8.tar.xz |
main/xfce4-notes-plugin: upgrade to 1.7.7
Diffstat (limited to 'main/xfce4-notes-plugin/APKBUILD')
-rw-r--r-- | main/xfce4-notes-plugin/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD index 6b4be6b4da..0bf943c79e 100644 --- a/main/xfce4-notes-plugin/APKBUILD +++ b/main/xfce4-notes-plugin/APKBUILD @@ -1,13 +1,13 @@ # Contributor: # Maintainer: pkgname=xfce4-notes-plugin -pkgver=1.7.6 +pkgver=1.7.7 pkgrel=0 pkgdesc="Notes plugin for the Xfce4 desktop" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" license="GPL" depends= -makedepends="xfce4-panel-dev libunique-dev" +makedepends="xfce4-panel-dev libunique-dev libxfcegui4-dev" install= subpackages= source="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-$pkgver.tar.bz2" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="a9fff3633f2d0b87f57f4aa93a8a3784 xfce4-notes-plugin-1.7.6.tar.bz2" +md5sums="42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2" |