summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGauthier Billot2017-04-23 09:50:47 +0200
committerGauthier Billot2017-04-23 09:50:47 +0200
commit4a2d8c3308045c971cc5860aaf28c2c39c4aaed1 (patch)
treea21b5882b72293fa658c31a7f8e3630b3a9139d5
parent166b00ec2f3515f34bbc01f92428f0abad94a312 (diff)
downloadaur-4a2d8c3308045c971cc5860aaf28c2c39c4aaed1.tar.gz
Updated and cleaned PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ff7106267b..438b84b78629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbat-qt5
pkgdesc = Light qt5 tool to display battery stats in system tray
- pkgver = 20140202
+ pkgver = 20170423
pkgrel = 1
url = https://github.com/gogoprog/qbat
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1dc7018f7342..d209ba2dc765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Gauthier B <gogoprog@gmail.com>
+# Maintainer: Gauthier B <gogoprog at gmail dot com>
pkgname=qbat-qt5
-pkgver=20140202
+pkgver=20170423
pkgrel=1
pkgdesc="Light qt5 tool to display battery stats in system tray"
arch=('i686' 'x86_64')
@@ -8,13 +8,9 @@ url="https://github.com/gogoprog/qbat"
license=('GPL2')
depends=('qt5-base')
makedepends=('git')
-optdepends=()
-provides=()
conflicts=('qbat')
-replaces=()
-backup=()
-_gitroot="git://github.com/gogoprog/qbat.git"
+_gitroot="https://github.com/gogoprog/qbat"
_gitname="qbat"
build() {