summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2018-09-04 18:15:29 -0600
committerMark Wagie2018-09-04 18:15:29 -0600
commit37e58ff9b7a31a2160ffc88d62f5de5ff70c5057 (patch)
treec88d15b2b56b388ae741645262d3c073e3bdd674
parent5d73f65c35cf713a89b8b90c32ce20dc794bc577 (diff)
downloadaur-37e58ff9b7a31a2160ffc88d62f5de5ff70c5057.tar.gz
tidied PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30cc43ed9f6d..3be93d7a62d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = battery-monitor-devel-git
pkgdesc = A utility tool, notifies user about charging, discharging and not charging state of the battery on Linux.
pkgver = 0.5.3.r34.gf7a83dd
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/maateen/battery-monitor
arch = x86_64
license = GPL3
- makedepends = git
depends = acpi
depends = python
depends = libnotify
depends = libappindicator-gtk3
provides = battery-monitor
conflicts = battery-monitor
+ conflicts = battery-monitor-git
source = battery-monitor-devel-git::git+https://github.com/maateen/battery-monitor.git#branch=devel
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 595a1a5fe9f7..5e6c05ca2b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-# Maintainer: Mark Wagie <yochanan.marqos@gmail.com>
+# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=battery-monitor-devel-git
pkgver=0.5.3.r34.gf7a83dd
-pkgrel=3
+pkgrel=4
pkgdesc='A utility tool, notifies user about charging, discharging and not charging state of the battery on Linux.'
arch=('x86_64')
url="https://github.com/maateen/battery-monitor"
license=('GPL3')
depends=('acpi' 'python' 'libnotify' 'libappindicator-gtk3')
-makedepends=('git')
-conflicts=('battery-monitor')
+conflicts=('battery-monitor' 'battery-monitor-git')
provides=('battery-monitor')
source=("$pkgname"::'git+https://github.com/maateen/battery-monitor.git#branch=devel')
md5sums=('SKIP')