summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2019-06-28 17:15:57 +0300
committerYour Name2019-06-28 17:15:57 +0300
commit5a19d3aa9579d2524733ba544d960c5e38727811 (patch)
tree0c281984f0bb4f2fac55ad6fc3e97f8908a3a6bb
parentae441e35f01151c7512e3c76b12fd9527e1654d7 (diff)
downloadaur-5a19d3aa9579d2524733ba544d960c5e38727811.tar.gz
Fixes
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c00f0cc1598..ca91e72aecf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Eye protection utility. Change brightness, color temperature and color
arch=('i686' 'x86_64')
url="https://github.com/ueberchild/iris-flower"
license=('GPL3')
-depends=('libx11' 'libxrandr')
+makedepends=('libx11' 'libxrandr')
source=("https://github.com/ueberchild/iris-flower/blob/master/iris-flower.c")
build() {
@@ -15,5 +15,5 @@ build() {
package() {
cd "$srcdir/"
- install -D iris-flower "$pkgdir/usr/bin/sct"
-} \ No newline at end of file
+ install -D iris-flower "$pkgdir/usr/bin/iris-flower"
+}