diff options
author | Sheila Aman <sheila@vulpine.house> | 2021-07-22 09:25:05 +0000 |
---|---|---|
committer | Sheila Aman <sheila@vulpine.house> | 2021-07-22 09:25:05 +0000 |
commit | 5df79fc2d2a1ce59b14e4e35f2e51366be61cbfa (patch) | |
tree | 49982ad75e92ffc3c4d4b8b0ca747301242cf989 /user | |
parent | 94af85e1c8d50432d44813ecf2245b344879d082 (diff) | |
download | packages-5df79fc2d2a1ce59b14e4e35f2e51366be61cbfa.tar.gz packages-5df79fc2d2a1ce59b14e4e35f2e51366be61cbfa.tar.bz2 packages-5df79fc2d2a1ce59b14e4e35f2e51366be61cbfa.tar.xz packages-5df79fc2d2a1ce59b14e4e35f2e51366be61cbfa.zip |
user/xfce4-diskperf-plugin: upgrade to 2.6.3
Diffstat (limited to 'user')
-rw-r--r-- | user/xfce4-diskperf-plugin/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/xfce4-diskperf-plugin/APKBUILD b/user/xfce4-diskperf-plugin/APKBUILD index 66aab4d85..ac741d7ac 100644 --- a/user/xfce4-diskperf-plugin/APKBUILD +++ b/user/xfce4-diskperf-plugin/APKBUILD @@ -1,16 +1,16 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=xfce4-diskperf-plugin -pkgver=2.6.2 +pkgver=2.6.3 pkgrel=0 pkgdesc="Disk performance monitor plugin for the XFCE panel" url="https://xfce.org" arch="all" license="BSD-2-Clause AND GPL-2.0+" depends="" -makedepends="intltool libxfce4ui-dev xfce4-panel-dev" +makedepends="intltool libxfce4ui-dev xfce4-panel-dev>=${pkgver%.*}" subpackages="$pkgname-lang" -source="https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/xfce4-diskperf-plugin-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/${pkgver%.*}/xfce4-diskperf-plugin-$pkgver.tar.bz2" build() { LIBS="-lintl" ./configure \ @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031 xfce4-diskperf-plugin-2.6.2.tar.bz2" +sha512sums="fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116 xfce4-diskperf-plugin-2.6.3.tar.bz2" |