summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeifeng Yu2019-12-10 11:42:40 -0500
committerPeifeng Yu2019-12-10 11:42:40 -0500
commit9d04c7c8a00990fa989933909fe9eb91478b3362 (patch)
tree1eb7b6ec1391f205548f784446b8984c772afdd8
parent9873e80ca82773c4f4da28ba38868c14bd3d63e0 (diff)
downloadaur-9d04c7c8a00990fa989933909fe9eb91478b3362.tar.gz
Switch to the master branch. It is more stable and builds with all kernels according to upstream developer
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD15
3 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34a85a41be3a..17482693526f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = bcwc-pcie-git
pkgdesc = Reverse engineered Linux driver for the Broadcom 1570 PCIe webcam.
- pkgver = r254.a22f248
- pkgrel = 3
+ pkgver = 0.0.0
+ pkgrel = 4
url = https://github.com/patjak/bcwc_pcie
arch = x86_64
license = unknown
- makedepends = linux-headers
makedepends = git
depends = kmod
depends = facetimehd-firmware
depends = dkms
optdepends = linux-headers: Building with the stock kernel
+ optdepends = linux-lts-headers: Building with the lts kernel
provides = bcwc-pcie
provides = bcwc-pcie-dkms
replaces = bcwc-pcie
replaces = bcwc-pcie-dkms
- source = bcwc-pcie-git::git+https://github.com/patjak/bcwc_pcie.git#branch=mainline
+ source = bcwc-pcie-git::git+https://github.com/patjak/bcwc_pcie.git
source = bcwc-pcie.modprobe.conf
source = bcwc-pcie.modules-load.conf
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
index 0b89f1073974..4332091205d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/pkg/
/*.tar*
/bcwc-pcie-git/
+/*.log
diff --git a/PKGBUILD b/PKGBUILD
index df576bc77516..650aaa52a4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,23 @@
# Co-Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
# Co-Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
-pkgname="bcwc-pcie-git"
-pkgver=r254.a22f248
-pkgrel=3
+pkgname=bcwc-pcie-git
+pkgver=0.0.0
+pkgrel=4
pkgdesc="Reverse engineered Linux driver for the Broadcom 1570 PCIe webcam."
arch=('x86_64')
url="https://github.com/patjak/bcwc_pcie"
license=('unknown')
depends=('kmod' 'facetimehd-firmware' 'dkms')
-makedepends=('linux-headers' 'git')
-optdepends=('linux-headers: Building with the stock kernel')
+makedepends=('git')
+optdepends=(
+ 'linux-headers: Building with the stock kernel'
+ 'linux-lts-headers: Building with the lts kernel'
+)
provides=('bcwc-pcie' 'bcwc-pcie-dkms')
replaces=('bcwc-pcie' 'bcwc-pcie-dkms')
-source=("$pkgname::git+https://github.com/patjak/bcwc_pcie.git#branch=mainline"
+source=("$pkgname::git+https://github.com/patjak/bcwc_pcie.git"
"bcwc-pcie.modprobe.conf"
"bcwc-pcie.modules-load.conf")
md5sums=('SKIP'