Skip to content

Commit

Permalink
not relying on separate dkms.conf, it's already in-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspinho committed Feb 14, 2018
1 parent 932e820 commit 6ba8930
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=rtl8821ce-dkms-git
_pkgbase=rtl8821ce
pkgver=1.0.0.r10.g7616617
pkgver=1.0.0.r11.g932e820
pkgrel=1
pkgdesc="rtl8821CE driver with firmware"
arch=('i686' 'x86_64')
Expand All @@ -11,10 +11,10 @@ license=('GPL2')
depends=('dkms')
makedepends=('git' 'bc')
conflicts=("${_pkgbase}")
source=("git+https://github.com/tomaspinho/rtl8821ce.git"
'dkms.conf')
sha256sums=('SKIP'
'3f401c2a8c862af919b1fdaaa4270ef18f674725035c9769590d529b9aa5c078')
source=("git+https://github.com/tomaspinho/rtl8821ce.git")
# 'dkms.conf')
sha256sums=('SKIP')
# '3f401c2a8c862af919b1fdaaa4270ef18f674725035c9769590d529b9aa5c078')


pkgver() {
Expand All @@ -26,7 +26,7 @@ package() {
cd ${srcdir}/rtl8821ce
mkdir -p ${pkgdir}/usr/src/${_pkgbase}-${pkgver}
cp -pr * ${pkgdir}/usr/src/${_pkgbase}-${pkgver}
cp ${srcdir}/dkms.conf ${pkgdir}/usr/src/${_pkgbase}-${pkgver}
#cp ${srcdir}/dkms.conf ${pkgdir}/usr/src/${_pkgbase}-${pkgver}
# Set name and version
sed -e "s/@_PKGBASE@/${_pkgbase}-dkms/" \
-e "s/@PKGVER@/${pkgver}/" \
Expand Down

0 comments on commit 6ba8930

Please sign in to comment.