[arch-commits] Commit in bbswitch/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Mar 4 17:41:10 UTC 2019


    Date: Monday, March 4, 2019 @ 17:41:10
  Author: heftig
Revision: 437546

remove versioned deps (don't work anyway atm because they must be precise)

Modified:
  bbswitch/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-04 17:40:34 UTC (rev 437545)
+++ PKGBUILD	2019-03-04 17:41:10 UTC (rev 437546)
@@ -10,8 +10,8 @@
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch"
 license=('GPL')
-depends=('linux>=4.20' 'linux<4.21')
-makedepends=('linux-headers>=4.20' 'linux-headers<4.21')
+depends=('linux')
+makedepends=('linux-headers')
 _extramodules=extramodules-ARCH
 source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')



More information about the arch-commits mailing list