summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2017-05-01 13:28:11 +0200
committerRasmus Steinke2017-05-01 13:28:11 +0200
commit38b5a1cc28d145d0693a0272fe95b5a5e1d96ff6 (patch)
treecee0a8e8e2dc82c91f95bfdfcf5faff8bf712fcf
parent7fcbb5258a501c453eff0d8402f6238ed6b7aa14 (diff)
downloadaur-38b5a1cc28d145d0693a0272fe95b5a5e1d96ff6.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a72fc6a7dc6f..a0a5ae5e8d80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 1 11:26:48 UTC 2017
+# Mon May 1 11:28:00 UTC 2017
pkgbase = rofi-top-git
pkgdesc = A plugin for rofi that emulates top behaviour.
pkgver = r19.e5abb43
@@ -9,7 +9,7 @@ pkgbase = rofi-top-git
arch = x86_64
license = MIT
makedepends = git
- depends = rofi-top
+ depends = rofi-git
depends = libgtop
provides = rofi-top
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 284bed3d1f15..fd33f373c51f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A plugin for rofi that emulates top behaviour."
arch=('i686' 'x86_64')
url="https://gitcrate.org/qtools/rofi-top"
license=('MIT')
-depends=(rofi-top libgtop)
+depends=(rofi-git libgtop)
options=('!libtool')
makedepends=('git')
provides=('rofi-top')