diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-30 12:01:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-30 12:03:04 +0000 |
commit | 0abd7848ce2b314efe1684443b080882a5d80a4f (patch) | |
tree | e55ce0cd758aa1d51a3ddc3d64203fde22a87dda /main/xfce4-notes-plugin/APKBUILD | |
parent | ce1191707d69dc7a815bac66e62014e8dd027ae5 (diff) | |
download | aports-0abd7848ce2b314efe1684443b080882a5d80a4f.tar.bz2 aports-0abd7848ce2b314efe1684443b080882a5d80a4f.tar.xz |
main/xfce4-notes-plugin: upgrade to 1.8.0
Diffstat (limited to 'main/xfce4-notes-plugin/APKBUILD')
-rw-r--r-- | main/xfce4-notes-plugin/APKBUILD | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD index ced0e4be06..d6ba683e39 100644 --- a/main/xfce4-notes-plugin/APKBUILD +++ b/main/xfce4-notes-plugin/APKBUILD @@ -1,8 +1,8 @@ # Contributor: # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notes-plugin -pkgver=1.7.7 -pkgrel=6 +pkgver=1.8.0 +pkgrel=0 pkgdesc="Notes plugin for the Xfce4 desktop" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" arch="all" @@ -11,8 +11,7 @@ depends= makedepends="xfce4-panel-dev libunique-dev libxfce4ui-dev" install= subpackages="$pkgname-lang" -source="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-$pkgver.tar.bz2 - xfce-notes-plugin-libxfce4ui.patch +source="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2 " _builddir="$srcdir"/$pkgname-$pkgver @@ -45,9 +44,6 @@ package() { find "$pkgdir" -name '*.la' -delete } -md5sums="42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2 -655766bb8d76234d2fedb7e9941808e5 xfce-notes-plugin-libxfce4ui.patch" -sha256sums="a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217 xfce4-notes-plugin-1.7.7.tar.bz2 -e3419840402bd773e1c1e6bf582b48b897485906d676e683cbe70825cee663bb xfce-notes-plugin-libxfce4ui.patch" -sha512sums="27172da495ee800c181e22839eb2761f3951c1ab18030680af28d132b6014fd5705ca7bbdcea77520afa55d242dc1351f1fcee0936d47ef6847528d5001fc52c xfce4-notes-plugin-1.7.7.tar.bz2 -0252cd49344f4f7e1aa4df127f8399d997f9fab09e6ec5d8044bc85e5b9bf7bf2595f41c77da864851dce29f68cdfaa4df29f098e5c11c0ddee367228a8f8a30 xfce-notes-plugin-libxfce4ui.patch" +md5sums="569341bc27e2e46d23b6bffc14bff41a xfce4-notes-plugin-1.8.0.tar.bz2" +sha256sums="3627b7da0533ca3fb10310f287dc0d569470960ffdaea7678fd878a20d409678 xfce4-notes-plugin-1.8.0.tar.bz2" +sha512sums="ef1817fc0b8202f789cf0b6c0db3c0fea8cbdcaee33501db4e3f551bbe7609eb984dfd4f6be87e0c883e7d18d303dd46922676d3cb7f0249d03e60eb50ccb11f xfce4-notes-plugin-1.8.0.tar.bz2" |