summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorraptor81342021-03-30 22:21:17 -0700
committerraptor81342021-03-30 22:21:17 -0700
commit377eec5bd358b86058af60a426086ddd595c801e (patch)
tree94520be8c758219b73738fee5a10376ad29fb951
parent0cbf18eafddfc43946ce4299dda045f23d30756f (diff)
downloadaur-377eec5bd358b86058af60a426086ddd595c801e.tar.gz
Removed superfluous makedepends line from pkgbuild
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a539aaf42636..9f773c14dc38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = xbacklight-auto
arch = i686
arch = x86_64
license = GPL
- makedepends = git
depends = xorg-xbacklight
provides = xbacklight-auto
source = git+https://github.com/raptor8134/xbacklight-auto.git
diff --git a/PKGBUILD b/PKGBUILD
index 2f433dfa1003..3d227fd5aa3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@ pkgdesc="Automatic brightness utility using the V4L2 camera api and xbacklight"
arch=('i686' 'x86_64')
license=('GPL')
depends=('xorg-xbacklight') # acpilight should work too
-makedepends=('git')
provides=('xbacklight-auto')
source=("git+https://github.com/raptor8134/xbacklight-auto.git")
md5sums=('SKIP')