aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-05 13:57:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-05 14:38:57 -0300
commit4363b804058c75102f1f109855098579a921c190 (patch)
tree5ca1194fad0036f3beda18fc195372f10738a402
parentbb58fa1bd614ca4b5f731ce591d1522707f8b4dc (diff)
downloadaports-4363b804058c75102f1f109855098579a921c190.tar.bz2
aports-4363b804058c75102f1f109855098579a921c190.tar.xz
testing/xfce4-sensors-plugin: upgrade to 1.3.92
-rw-r--r--testing/xfce4-sensors-plugin/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/testing/xfce4-sensors-plugin/APKBUILD b/testing/xfce4-sensors-plugin/APKBUILD
index d7ebe0f121..6d69f8cc86 100644
--- a/testing/xfce4-sensors-plugin/APKBUILD
+++ b/testing/xfce4-sensors-plugin/APKBUILD
@@ -1,21 +1,19 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-sensors-plugin
-pkgver=1.3.90
+pkgver=1.3.92
pkgrel=0
pkgdesc="Reads your hardware sensor values and displays them in your panel"
url="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
arch="all"
-license="GPL-2.0"
-depends_dev="xfce4-panel-dev lm_sensors-dev libxfce4ui-dev"
-makedepends="$depends_dev bash"
+license="GPL-2.0-or-later"
+depends_dev="xfce4-panel-dev lm_sensors-dev"
+makedepends="$depends_dev bash libxfce4ui-dev"
subpackages="$pkgname-dev $pkgname-lang $pkgname-doc"
source="https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,8 +27,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="692bcaad876323627a882f5e6e535f547e8eff59676a0586c86496abe410d395fd4f049febcd9c8bd774eed9713d5e12e3f13d5eda91c888eb165fc7bcf8c294 xfce4-sensors-plugin-1.3.90.tar.bz2"
+sha512sums="a5b7d90683c993205323084431606cc6d13de88989e3636fba5c06bfa7ef52fbe6285e3bd7f8eb70683541b5c42727c8fbe7bf80e8832bcfb378de0e6d7d7b37 xfce4-sensors-plugin-1.3.92.tar.bz2"