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

Jan Steffens heftig at archlinux.org
Mon Mar 4 17:51:07 UTC 2019


    Date: Monday, March 4, 2019 @ 17:51:06
  Author: heftig
Revision: 437551

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

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-04 17:50:43 UTC (rev 437550)
+++ PKGBUILD	2019-03-04 17:51:06 UTC (rev 437551)
@@ -8,8 +8,8 @@
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything"
 license=('GPL3')
-depends=('linux>=4.20' 'linux<4.21')
-makedepends=('linux-headers>=4.20')
+depends=('linux')
+makedepends=('linux-headers')
 provides=('DEEPIN-ANYTHING-MODULE')
 replaces=('deepin-anything-module')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz"



More information about the arch-commits mailing list