aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-battery-plugin/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-16 19:14:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-16 19:22:30 -0300
commit7a6f7e536e14525296010e0595174c30c68f29dc (patch)
tree06b0c3566dbe10457259940a4d7c60c0475582a0 /community/xfce4-battery-plugin/APKBUILD
parenta4b3316ba2cf116943819ea1e4258a1286ca7318 (diff)
community/xfce4-battery-plugin: upgrade to 1.1.3
Diffstat (limited to 'community/xfce4-battery-plugin/APKBUILD')
-rw-r--r--community/xfce4-battery-plugin/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/xfce4-battery-plugin/APKBUILD b/community/xfce4-battery-plugin/APKBUILD
index e706d0e1095..1c3acbc7c6c 100644
--- a/community/xfce4-battery-plugin/APKBUILD
+++ b/community/xfce4-battery-plugin/APKBUILD
@@ -1,18 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-battery-plugin
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=0
pkgdesc="A battery monitor plugin for the Xfce panel"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
makedepends="xfce4-panel-dev libxfce4ui-dev perl-xml-parser intltool linux-headers"
subpackages="$pkgname-lang"
-source="https://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
+source="https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/${pkgver%.*}/xfce4-battery-plugin-$pkgver.tar.bz2
"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -23,8 +21,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="51778d00c34c41bdad234893c4a91f3bd562481df343d811e266719cb7903f60e1d56ba39f64f14ab882ce6419d0f0f4010aa112e9d0059133e7e4d30470f491 xfce4-battery-plugin-1.1.2.tar.bz2"
+sha512sums="a591fb37855efbd54d18ae97e320fa4521da611c8ea107813bfd66fa570e8c84576fcf779c7b676ee9918709912de728b0fed490e64d3d2ad403baf719db4520 xfce4-battery-plugin-1.1.3.tar.bz2"