Date: Wednesday, June 12, 2019 @ 08:25:33 Author: arodseth Revision: 480630
upgpkg: cbatticon 1.6.9-1 Modified: cbatticon/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-12 08:17:02 UTC (rev 480629) +++ PKGBUILD 2019-06-12 08:25:33 UTC (rev 480630) @@ -1,17 +1,17 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Valère Monseur <[email protected]> pkgname=cbatticon -pkgver=1.6.8 +pkgver=1.6.9 pkgrel=1 pkgdesc='Lightweight battery icon for the system tray' -arch=('x86_64') +arch=(x86_64) url='https://github.com/valr/cbatticon' -license=('GPL2') -depends=('libnotify' 'gtk3') -provides=('cbatticon') +license=(GPL2) +depends=(libnotify gtk3) +provides=(cbatticon) source=("$pkgname-$pkgver.tar.gz::https://github.com/valr/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('369f3fb20bd97e4aec5acf5915d8a5c9651033fc71b793913fd86f19d5feb4a0') +sha256sums=('ba870df67fda30d23a252b7e8091093417d59e505ba8911dcc09b80c876f4a2c') build() { make -C "$pkgname-$pkgver" WITH_NOTIFY=1 WITH_GTK3=1
