From 4585856c22b83b5b8f471ccad81c80779201610c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 9 Jan 2019 14:04:35 +0000 Subject: main/lua-aports: upgrade to 1.0.0 --- ...-fix-split_deps-to-support-fuzzy-operator.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 main/lua-aports/0001-db-fix-split_deps-to-support-fuzzy-operator.patch (limited to 'main/lua-aports/0001-db-fix-split_deps-to-support-fuzzy-operator.patch') diff --git a/main/lua-aports/0001-db-fix-split_deps-to-support-fuzzy-operator.patch b/main/lua-aports/0001-db-fix-split_deps-to-support-fuzzy-operator.patch deleted file mode 100644 index a67547116d..0000000000 --- a/main/lua-aports/0001-db-fix-split_deps-to-support-fuzzy-operator.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 10d9b456afb0f9eba3c24a68b2861f94dc129e07 Mon Sep 17 00:00:00 2001 -From: Jakub Jirutka -Date: Sun, 5 Aug 2018 12:12:00 +0200 -Subject: [PATCH] db: fix split_deps() to support fuzzy operator ~ - ---- - aports/db.lua | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/aports/db.lua b/aports/db.lua -index 90dbeef..bb7e136 100644 ---- a/aports/db.lua -+++ b/aports/db.lua -@@ -23,7 +23,7 @@ local function split_deps(str) - return nil - end - for e in string.gmatch(str, "%S+") do -- t[#t + 1] = string.gsub(e, "[=<>].*", "") -+ t[#t + 1] = string.gsub(e, "[=<>~].*", "") - end - return t - end --- -2.16.4 - -- cgit v1.2.3