summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-02-03 20:27:00 +0100
committerRasmus Steinke2016-02-03 20:27:00 +0100
commitce0f701aa178593c642b62482c7da8f9e324d344 (patch)
tree04999db53d2930c86fea64b1053c2a0b6ad19d0e
parent63624b9711655302c86ce248fb4c8cea8e559e85 (diff)
downloadaur-ce0f701aa178593c642b62482c7da8f9e324d344.tar.gz
dont use an array for install file
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 467ca8a00fd8..f0b89250046f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
depends=('xdg-utils' 'rofi' 'pass' 'xdotool' 'xclip')
optdepends=('passed-git: change fieldnames in password files')
-install=('rofi-pass.install')
+install=rofi-pass.install
makedepends=('git')
source=('git+http://git.53280.de/rofi-pass')