diff --git a/recipes/telosearchlr/meta.yaml b/recipes/telosearchlr/meta.yaml index 66e49af2b6adc..823ff500a6125 100644 --- a/recipes/telosearchlr/meta.yaml +++ b/recipes/telosearchlr/meta.yaml @@ -1,18 +1,16 @@ -{% set name = "telosearchlr" %} -{% set version = "1.0.0" %} +{% set name = "TeloSearchLR" %} +{% set version = "1.0.1" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: - url: "https://github.com/gchchung/TeloSearchLR/archive/refs/tags/v1.0.0.tar.gz" - sha256: "37426e76cae03254a7746becd6b3174f9e0476ef13656998b93f036ec9468101" - patches: - - python.patch + url: "https://github.com/gchchung/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz" + sha256: "1f3750f062af9996aba3d0bf6ec2096e8176e9a6597fb15cb91514d5264d3225" build: - noarch: generic + noarch: python number: 0 run_exports: - {{ pin_subpackage('telosearchlr', max_pin="x") }} diff --git a/recipes/telosearchlr/python.patch b/recipes/telosearchlr/python.patch deleted file mode 100644 index bf0d608a4a55b..0000000000000 --- a/recipes/telosearchlr/python.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- TeloSearchLR.py-old 2024-10-17 23:03:55.738331016 +0400 -+++ TeloSearchLR.py 2024-10-17 23:04:03.533242382 +0400 -@@ -818,7 +818,7 @@ - for opt, arg in opts: - if opt in ("-h", "--help"): - print(arg_help) # print the help message -- sys.exit(2) -+ sys.exit(0) - elif opt in ("-v", "--version"): - print(version_number) - sys.exit(2)