summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2018-03-19 16:19:43 +0100
committerSebastian 'Swift Geek' Grzywna2018-03-19 16:20:58 +0100
commit09e1314bbc4de827f01ce29b106712ce027dfb3b (patch)
treeee516e572e7a323b32ccd17c2dd9610ba4e1f16c
downloadaur-linux-nofirmware.tar.gz
Initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0a7949c4ea55
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Mon Mar 19 15:20:49 UTC 2018
+pkgbase = linux-nofirmware
+ pkgdesc = Replacement drop-in package for linux-firmware, without any firmware
+ pkgver = 0
+ pkgrel = 1
+ arch = any
+ license = GPL
+ provides = linux-firmware
+ conflicts = linux-firmware
+ replaces = linux-firmware
+
+pkgname = linux-nofirmware
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a7d20391126c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Swift Geek <swiftgeek ɐt gmail døt com>
+pkgname=linux-nofirmware
+pkgver=0
+pkgrel=1
+pkgdesc="Replacement drop-in package for linux-firmware, without any firmware"
+url=''
+arch=('any')
+license=('GPL')
+provides=("linux-firmware")
+replaces=("linux-firmware")
+conflicts=("linux-firmware")
+package() {
+ true
+}