summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-03-31 14:28:14 -0400
committerBryan Gilbert2017-03-31 14:28:14 -0400
commitcd23f5558ddb0577858df8066f0e6b76e289cfd5 (patch)
tree29805a95b5c403dd9ffc5b48159391221bb7a1e3
parent15523d78cd42f6abbee9a4ffb5784b38cf4f5dd7 (diff)
downloadaur-cd23f5558ddb0577858df8066f0e6b76e289cfd5.tar.gz
added rofi dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e69767fb1b0e..294402320a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A simple shell script that surfaces clipboard history from clipster in
arch=('i686' 'x86_64')
url="https://github.com/gilbertw1/roficlip"
license=('GPL')
-depends=('clipster' 'gawk')
+depends=('clipster' 'gawk' 'rofi')
source=("https://github.com/gilbertw1/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('635f3369e5229fada36ce6695cf828c2c001b354ceb80112535da2aad464ebb6')