summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorVincent Ambo2017-03-09 19:49:35 +0100
committerVincent Ambo2017-03-09 19:52:40 +0100
commit4955b1316311aae728d8533c4fa1b7ecd7b87b97 (patch)
treed7ade1a09df3dcb185066f57da91845c8c3eb07c /.SRCINFO
downloadaur-4955b1316311aae728d8533c4fa1b7ecd7b87b97.tar.gz
feat: Initial package for thunderbolt-icm-dkms
Adds a PKGBUILD for fetching and building Dell's thunderbolt-icm-dkms module from Github: https://github.com/dell/thunderbolt-icm-dkms This is required for the Dell XPS Thunderbolt firmware updates: https://github.com/dell/thunderbolt-nvm-linux
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3d721cb7511c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = thunderbolt-icm-dkms-git
+ pkgdesc = DKMS Package for the thunderbolt ICM driver
+ pkgver = r2.2d1bd45
+ pkgrel = 1
+ url = https://github.com/dell/thunderbolt-icm-dkms
+ arch = x86_64
+ license = GPL2
+ depends = dkms
+ optdepends = linux-headers
+ optdepends = linux-lts-headers
+ source = git+https://github.com/dell/thunderbolt-icm-dkms.git
+ sha1sums = SKIP
+
+pkgname = thunderbolt-icm-dkms-git
+