summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-03-18 02:57:22 +0100
committerThomas Venries2017-03-18 02:57:22 +0100
commit36c738ee13f5b431d3bfe8f55fb3923476849df2 (patch)
tree8045190c901e93b3f909e2b74cf8507f34c10113
parent8e13bdd8b4ec8018096bed93cb674e0103196aa3 (diff)
downloadaur-36c738ee13f5b431d3bfe8f55fb3923476849df2.tar.gz
Fixed dependencies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 557aae33dc3b..bd80bf7ff286 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,8 @@ pkgbase = batify
url = https://github.com/Ventto/batify.git
arch = any
license = MIT
- makedepends = git
- makedepends = libnotify
- depends = bash
+ depends = libnotify
+ depends = xpub
optdepends = notification-daemon
provides = batify
conflicts = batify
diff --git a/PKGBUILD b/PKGBUILD
index 72c7f749a97d..725e0a00bb14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,9 @@ pkgdesc='Udevrule to display plug and battery level notifications (multi-x sessi
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
license=('MIT')
-depends=('bash')
provides=("${pkgname}")
conflicts=("${pkgname}")
-makedepends=('git' 'libnotify')
+depends=('libnotify' 'xpub')
optdepends=('notification-daemon')
source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')