summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbiego2019-04-01 23:07:26 +0200
committersbiego2019-04-01 23:07:26 +0200
commit056af83518dcb870e318c341346f686eb2e749ae (patch)
treed7a79451e79ae7109ec7cf3c005feab04e41edd8
parentd49a7c5839dc685c042d4ac48702d2ebffc09f7b (diff)
downloadaur-056af83518dcb870e318c341346f686eb2e749ae.tar.gz
rm unused options
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 195715ad2178..0bd3d3edde17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = iblu-git
pkgdesc = Intel Black Light Utility, written in python, allows you to control the screen brightness (iX processors family), via command line interface.
- pkgver = 0.8
+ pkgver = r7
pkgrel = 1
url = https://git.eigenlab.org/sbiego/iblu
+ install = iblu-git.install
arch = i686
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 3b44e7aa9483..0b11d8272737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
# Maintainer: diesys <code@flowin.space>
pkgname=iblu-git
-# pkgver=0.9
+pkgver=r38.0ff4315
pkgrel=1
pkgdesc="Intel Black Light Utility, written in python, allows you to control the screen brightness (iX processors family), via command line interface."
arch=('i686' 'x86_64' 'aarch64')
url="https://git.eigenlab.org/sbiego/iblu"
license=('GPLv3')
-groups=()
depends=('python')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-options=()
install=$pkgname.install
source=('git+https://git.eigenlab.org/sbiego/iblu')
-noextract=()
md5sums=('SKIP')
pkgver() {