summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaleen Jain2018-08-20 19:40:51 +0530
committerShaleen Jain2018-08-20 19:44:01 +0530
commitf87de777bf1c336082c64ca3b9237c7f0b0c6e84 (patch)
tree72eb166004f450a4efa4a44a1a27f68cb9d33a9f
parent15986173b818c34e373cbe634c8d161fbaec2f88 (diff)
downloadaur-f87de777bf1c336082c64ca3b9237c7f0b0c6e84.tar.gz
add provides variable
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f6ae3f4f8c5..ad13a04cc643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-dkms-git
pkgdesc = The system76 driver kernel module (DKMS)
- pkgver = 49
+ pkgver = 73
pkgrel = 1
url = https://github.com/pop-os/system76-dkms
arch = i686
@@ -8,6 +8,7 @@ pkgbase = system76-dkms-git
license = GPL2
makedepends = git
depends = dkms
+ provides = system76-dkms
conflicts = system76-dkms
source = system76::git+https://github.com/pop-os/system76-dkms.git#branch=master_bionic
source = dkms.conf
diff --git a/PKGBUILD b/PKGBUILD
index 1148dc5a0660..035c906a1fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=system76
_pkgbase=system76-dkms
pkgname=system76-dkms-git
-pkgver=49
+pkgver=73
pkgrel=1
pkgdesc="The system76 driver kernel module (DKMS)"
arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@ license=('GPL2')
depends=('dkms')
makedepends=('git')
conflicts=("${_pkgbase}")
+provides=("${_pkgbase}")
source=("system76::git+https://github.com/pop-os/system76-dkms.git#branch=master_bionic"
'dkms.conf'
'system76.conf')