summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalosghost2018-04-15 17:00:47 -0500
committerhalosghost2018-04-15 17:00:47 -0500
commit85b91053227bffa20a615723f55be8b3ee0e61b1 (patch)
treed1ea2ee845ed81b133f1fef15696dbb1db756b5e
parent58eda5525b02025a9e73fecbbe345f57bf30b275 (diff)
downloadaur-85b91053227bffa20a615723f55be8b3ee0e61b1.tar.gz
update for docs and new stuff
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a442daa431..6718392a0169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Oct 30 23:35:10 UTC 2017
+# Sun Apr 15 22:00:33 UTC 2018
pkgbase = enlighten-git
pkgdesc = A small tool to modify LCD backlight brightness
pkgver = 0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/HalosGhost/enlighten
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = clang
+ makedepends = python-docutils
source = git+https://github.com/HalosGhost/enlighten.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 46896f27bf56..0f1b317574ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=enlighten-git
pkgver=0
-pkgrel=2
+pkgrel=3
pkgdesc='A small tool to modify LCD backlight brightness'
url='https://github.com/HalosGhost/enlighten'
arch=('i686' 'x86_64')
license=('GPL3')
-makedepends=('git' 'clang')
+makedepends=('git' 'clang' 'python-docutils')
source=('git+https://github.com/HalosGhost/enlighten.git')
sha256sums=('SKIP')