Просмотр исходного кода

upgrading package: watchexec 1.15.3 -> 1.18.8

Ralf S. Engelschall 4 лет назад
Родитель
Сommit
a53715de0d
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      watchexec/watchexec.spec

+ 4 - 4
watchexec/watchexec.spec

@@ -31,11 +31,11 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Filesystem
 License:      Apache
-Version:      1.15.3
-Release:      20210501
+Version:      1.18.8
+Release:      20220317
 
 #   list of sources
-Source0:      https://github.com/watchexec/watchexec/archive/%{version}.tar.gz
+Source0:      https://github.com/watchexec/watchexec/archive/cli-v%{version}.tar.gz
 
 #   build information
 BuildPreReq:  OpenPKG, openpkg >= 20160101, rust
@@ -53,7 +53,7 @@ PreReq:       OpenPKG, openpkg >= 20160101
     }
 
 %prep
-    %setup -q
+    %setup -q -n watchexec-cli-v%{version}
 
 %build
     HOME=`pwd`