From 7a6f7e536e14525296010e0595174c30c68f29dc Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 16 Aug 2019 19:14:37 -0300 Subject: community/xfce4-battery-plugin: upgrade to 1.1.3 --- community/xfce4-battery-plugin/APKBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'community/xfce4-battery-plugin') diff --git a/community/xfce4-battery-plugin/APKBUILD b/community/xfce4-battery-plugin/APKBUILD index e706d0e109..1c3acbc7c6 100644 --- a/community/xfce4-battery-plugin/APKBUILD +++ b/community/xfce4-battery-plugin/APKBUILD @@ -1,18 +1,16 @@ # Maintainer: Natanael Copa 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" -- cgit v1.2.3