Initial AUR release
This commit is contained in:
parent
73e5ee4889
commit
8999b720f4
7
.SRCINFO
7
.SRCINFO
@ -1,8 +1,8 @@
|
|||||||
pkgbase = bbswitch-g14-dkms-git
|
pkgbase = bbswitch-g14-dkms-git
|
||||||
pkgdesc = kernel module allowing to switch dedicated graphics card on the Zephyrus G14, dkms version
|
pkgdesc = kernel module allowing to switch dedicated graphics card on the Zephyrus G14 and other similar laptops
|
||||||
pkgver = 0.8.r5.gddbd243
|
pkgver = 0.8.r5.gddbd243
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://github.com/Bumblebee-Project/bbswitch
|
url = https://github.com/Bumblebee-Project/bbswitch
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
@ -14,10 +14,11 @@ pkgbase = bbswitch-g14-dkms-git
|
|||||||
conflicts = bbswitch
|
conflicts = bbswitch
|
||||||
conflicts = bbswitch-dkms
|
conflicts = bbswitch-dkms
|
||||||
conflicts = dkms-bbswitch
|
conflicts = dkms-bbswitch
|
||||||
|
conflicts = bbswitch-dkms-git
|
||||||
source = git://github.com/Bumblebee-Project/bbswitch.git#branch=develop
|
source = git://github.com/Bumblebee-Project/bbswitch.git#branch=develop
|
||||||
source = bbswitch-dkms-git-zephyrus14.patch
|
source = bbswitch-dkms-git-zephyrus14.patch
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = c26e9a63e28575cee6518a7e8b21e6886f70b96e9ca922d9b46cfc5b2247a6fe
|
||||||
|
|
||||||
pkgname = bbswitch-g14-dkms-git
|
pkgname = bbswitch-g14-dkms-git
|
||||||
|
|
||||||
|
11
PKGBUILD
11
PKGBUILD
@ -1,4 +1,5 @@
|
|||||||
# Maintainer : Davi da Silva Böger <dsboger at gmail dot com>
|
# Maintainer : Cole Deck <cole at deck dot sh>
|
||||||
|
# Contributor : Davi da Silva Böger <dsboger at gmail dot com>
|
||||||
# Contributor : adytzu2007 <adybac at gmail {dot} com>
|
# Contributor : adytzu2007 <adybac at gmail {dot} com>
|
||||||
# Contributor : Samsagax <samsagax at gmail {dot} com>
|
# Contributor : Samsagax <samsagax at gmail {dot} com>
|
||||||
# Contributor : abbradar <nikoamia at gmail {dot} com>
|
# Contributor : abbradar <nikoamia at gmail {dot} com>
|
||||||
@ -7,12 +8,12 @@ pkgname=bbswitch-g14-dkms-git
|
|||||||
_pkgname='bbswitch'
|
_pkgname='bbswitch'
|
||||||
pkgver=0.8.r5.gddbd243
|
pkgver=0.8.r5.gddbd243
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="kernel module allowing to switch dedicated graphics card on the Zephyrus G14, dkms version"
|
pkgdesc="kernel module allowing to switch dedicated graphics card on the Zephyrus G14 and other similar laptops"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://github.com/Bumblebee-Project/bbswitch"
|
url="https://github.com/Bumblebee-Project/bbswitch"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
provides=('bbswitch')
|
provides=('bbswitch')
|
||||||
conflicts=('bbswitch-git' 'bbswitch' 'bbswitch-dkms' 'dkms-bbswitch')
|
conflicts=('bbswitch-git' 'bbswitch' 'bbswitch-dkms' 'dkms-bbswitch' 'bbswitch-dkms-git')
|
||||||
depends=('dkms' 'linux-headers')
|
depends=('dkms' 'linux-headers')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
_gitroot='git://github.com/Bumblebee-Project/bbswitch.git'
|
_gitroot='git://github.com/Bumblebee-Project/bbswitch.git'
|
||||||
@ -20,7 +21,7 @@ _gitbranch='develop'
|
|||||||
source=("${_gitroot}#branch=${_gitbranch}"
|
source=("${_gitroot}#branch=${_gitbranch}"
|
||||||
"bbswitch-dkms-git-zephyrus14.patch")
|
"bbswitch-dkms-git-zephyrus14.patch")
|
||||||
sha256sums=("SKIP"
|
sha256sums=("SKIP"
|
||||||
"SKIP")
|
"c26e9a63e28575cee6518a7e8b21e6886f70b96e9ca922d9b46cfc5b2247a6fe")
|
||||||
|
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user