From 4b3b46c51b93b80ee97fe511b576d0c63de71806 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 10 Jul 2026 19:37:30 +0200 Subject: Move r8125 and UrbanTerror to sbo-slackbuilds repo These are danix SBo-official packages (UrbanTerror maintainership transfers on the pending SBo merge); they now live in the separate sbo-slackbuilds repository. Drop their package dirs, nvchecker stanzas, and README rows here. --- UrbanTerror/UrbanTerror.nvchecker | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 UrbanTerror/UrbanTerror.nvchecker (limited to 'UrbanTerror/UrbanTerror.nvchecker') diff --git a/UrbanTerror/UrbanTerror.nvchecker b/UrbanTerror/UrbanTerror.nvchecker deleted file mode 100644 index 513f7b8..0000000 --- a/UrbanTerror/UrbanTerror.nvchecker +++ /dev/null @@ -1,10 +0,0 @@ -# UrbanTerror has no github/pypi release feed; parse the version out of the -# full-zip filename (UrbanTerror_full.zip) on the downloads page and turn -# NNN into a dotted version (434 -> 4.3.4). nvchecker regex allows only a single -# capture group, so grab the digits then reshape with from/to_pattern. -[UrbanTerror] -source = "regex" -url = "https://www.urbanterror.info/downloads/" -regex = "UrbanTerror(\\d+)_full\\.zip" -from_pattern = "(\\d)(\\d)(\\d)" -to_pattern = "\\1.\\2.\\3" -- cgit v1.2.3