summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 16570bef8b8f19933f14181cb00bdb26a6142b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
#
# These is no stable upstream release, so this package merely brings in the
# latest git version.
#
# Once there is a stable version, this package will start tracking that.

pkgname=mba6x_bl-dkms
_gitname=mba6x_bl
pkgver=0.0
pkgrel=1
pkgdesc="Backlight for mba6x to fix post suspend/resume brightness."
url='https://github.com/patjak/mba6x_bl'
arch=('i686' 'x86_64')
license=('GPL2')
depends=('mba6x_bl-dkms-git')

package() {
  true
}